COLOR #851215

HEX: #851215
RGB: (133,18,21)

Renk bilgisi

#851215 contains mainly red color. #851215 ‘ nin web güvenlik rengi #990000 (ya da #900) dir.

RGB renk modeli

#851215 color RGB value is (133,18,21).

  • kırmız ton 133;
  • yeşil ton 18;
  • mavi ton 21.
RGB:
(133,18,21)
(52%,7%,8%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 18 of 255 = 7%
B 21 of 255 = 8%

133
18
21

R + G + B ~ 22%. #851215 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 18 + 21 = 172 (100%)
R 133 of 172 ~ 77.33%
G 18 of 172 ~ 10.47%
B 21 of 172 ~ 12.21%

%77.33
%10.47
%12.21

CMYK RENK MODELİ

#851215 rengi CMYK tonu (0,86,84,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.47%
  • sarı tonu 84.21%
  • ana renk tonu 47.84%
CMYK:
(0,86,84,48)
C0M86Y84K48 
(0%,86%,84%,48%)
(0.00/0.86/0.84/0.48)	

CMYK yüzdeleri

%0
%86.47
%84.21
%47.84

Codes

Color #851215 in popluar color models

851215
RGB1331821
HSL358°76.16%29.61%
HSB/HSV358°86.47%52.16%
CMYK0.00%86.47%84.21%
47.84%

Color #851215 in popluar number systems.

HEX851215
Decimal1331821
Binary100001011001010101
Octal2052225

Shades and tints

Shades of #851215

#851215
(133,18,21)
#791114
(121,17,20)
#6D1013
(109,16,19)
#610F12
(97,15,18)
#550E11
(85,14,17)
#490D10
(73,13,16)
#3D0C0F
(61,12,15)
#310B0E
(49,11,14)
#250A0D
(37,10,13)
#19090C
(25,9,12)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #851215

#851215
(133,18,21)
#90272A
(144,39,42)
#9B3C3F
(155,60,63)
#A65154
(166,81,84)
#B16669
(177,102,105)
#BC7B7E
(188,123,126)
#C79093
(199,144,147)
#D2A5A8
(210,165,168)
#DDBABD
(221,186,189)
#E8CFD2
(232,207,210)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851215 color. Also use rgb(133,18,21) instead hex code.

Text Font Color

.myTextColor { color: #851215; }

<p style="color:#851215">This sample text font color is #851215.</p>

This text font color is #851215.


Background Color

.myBgColor { background-color: #851215; }

<div style="background-color:#851215">Inner text</div>

This div background color is #851215.


Border color

.myBorderColor { border: 1px solid #851215; }

<div style="border:3px solid #851215">Div</div>

This div border color is #851215.


Opacity

.myOpacity80 { color: #851215; opacity: 0.8; }

<p style="color:#851215;opacity:0.8;">80%</p>

Text with #851215 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #851215;}

<p style="text-shadow: 3px 3px 1px #851215">Text here.</p>

This text has shadow with #851215 color.

.textShadow {text-shadow: 3px 3px 1px #851215, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #851215, 5px 5px 20px red">Text here.</p>

This text has shadow with #851215 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#851215, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#851215, Direction=45, Strength=4)">Text</p>

This text has shadow with #851215 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #851215;
  -webkit-box-shadow:	1px 1px 3px 2px #851215;
  box-shadow:		1px 1px 3px 2px #851215;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #851215;
-webkit-box-shadow: 1px 1px 3px 2px #851215;
box-shadow:1px 1px 3px 2px #851215;">
Div content here</div>
This div box has shadow with color #851215.

Preview

Color preview on black background

This text has color #851215 on black background.


Color preview on white background

This text has color #851215 on white background.



Black color preview on #851215 background

This text has black color on #851215 background.


White color preview on #851215 background

This text has white color on #851215 background.