COLOR #551415

HEX: #551415
RGB: (85,20,21)

Color info

#551415 contains mainly red color. Web safe color of #551415 is #660000 (or #600).

RGB color model

#551415 color RGB value is (85,20,21).

  • red value is 85;
  • green value is 20;
  • blue value is 21.
RGB:
(85,20,21)
(33%,8%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 20 of 255 = 8%
B 21 of 255 = 8%

85
20
21

R + G + B ~ 16%. #551415 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 20 + 21 = 126 (100%)
R 85 of 126 ~ 67.46%
G 20 of 126 ~ 15.87%
B 21 of 126 ~ 16.67%

%67.46
%15.87
%16.67

CMYK color model

#551415 color CMYK value is (0,76,75,67).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,76,75,67)
C0M76Y75K67 
(0%,76%,75%,67%)
(0.00/0.76/0.75/0.67)	

CMYK percentages

%0
%76.47
%75.29
%66.67

Codes

Color #551415 in popluar color models

551415
RGB852021
HSL359°61.90%20.59%
HSB/HSV359°76.47%33.33%
CMYK0.00%76.47%75.29%
66.67%

Color #551415 in popluar number systems.

HEX551415
Decimal852021
Binary10101011010010101
Octal1252425

Shades and tints

Shades of #551415

#551415
(85,20,21)
#4E1314
(78,19,20)
#471213
(71,18,19)
#401112
(64,17,18)
#391011
(57,16,17)
#320F10
(50,15,16)
#2B0E0F
(43,14,15)
#240D0E
(36,13,14)
#1D0C0D
(29,12,13)
#160B0C
(22,11,12)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #551415

#551415
(85,20,21)
#64292A
(100,41,42)
#733E3F
(115,62,63)
#825354
(130,83,84)
#916869
(145,104,105)
#A07D7E
(160,125,126)
#AF9293
(175,146,147)
#BEA7A8
(190,167,168)
#CDBCBD
(205,188,189)
#DCD1D2
(220,209,210)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551415 color. Also use rgb(85,20,21) instead hex code.

Text Font Color

.myTextColor { color: #551415; }

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

This text font color is #551415.


Background Color

.myBgColor { background-color: #551415; }

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

This div background color is #551415.


Border color

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

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

This div border color is #551415.


Opacity

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

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

Text with #551415 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 #551415;}

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

This text has shadow with #551415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551415 on black background.


Color preview on white background

This text has color #551415 on white background.



Black color preview on #551415 background

This text has black color on #551415 background.


White color preview on #551415 background

This text has white color on #551415 background.