COLOR #551409

HEX: #551409 RGB: (85,20,9)

Color info

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

RGB color model

#551409 color RGB value is (85,20,9).

RGB: (85,20,9) (33%, 8%, 4%)

RGB channels and saturation

R 85 of 255 = 33%
G 20 of 255 = 8%
B 9 of 255 = 4%

85
20
9

R + G + B ~ 15%. #551409 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 20 + 9 = 114 (100%)
R 85 of 114 ~ 74.56%
G 20 of 114 ~ 17.54%
B 9 of 114 ~ 7.89'%

%74.56
%17.54

CMYK color model

#551409 color CMYK value is (0,76,89,67).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 89.41%
  • key color value is 66.67%

CMYK: (0,76,89,67)
C0M76Y89K67 (0%, 76%, 89%, 67%)
(0.00 / 0.76 / 0.89 / 0.67)

CMYK percentages

%0
%76.47
%89.41
%66.67

Codes

Color #551409 in popluar color models

55 14 09
RGB 85 20 9
HSL 80.85% 18.43%
HSB/HSV 89.41% 33.33%
CMYK 0.00% 76.47% 89.41%
66.67%

Color #551409 in popluar number systems.

HEX 55 14 09
Decimal 85 20 9
Binary 1010101 10100 1001
Octal 125 24 11

Shades and tints

Shades of #551409

#551409
(85,20,9)
#4E1309
(78,19,9)
#471209
(71,18,9)
#401109
(64,17,9)
#391009
(57,16,9)
#320F09
(50,15,9)
#2B0E09
(43,14,9)
#240D09
(36,13,9)
#1D0C09
(29,12,9)
#160B09
(22,11,9)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #551409

#551409
(85,20,9)
#64291F
(100,41,31)
#733E35
(115,62,53)
#82534B
(130,83,75)
#916861
(145,104,97)
#A07D77
(160,125,119)
#AF928D
(175,146,141)
#BEA7A3
(190,167,163)
#CDBCB9
(205,188,185)
#DCD1CF
(220,209,207)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551409; }

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

This text font color is #551409.

Background Color

.myBgColor { background-color: #551409; }

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

This div background color is #551409.

Border color

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

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

This div border color is #551409.

Opacity

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

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

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

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

This text has shadow with #551409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551409.

Preview

Color preview on black background

This text has color #551409 on black background.


Color preview on white background

This text has color #551409 on white background.


Black color preview on #551409 background

This text has black color on #551409 background.


White color preview on #551409 background

This text has white color on #551409 background.


Related colors

Complementary color

Complementary color for #hex is #AAEBF6.


I love getcolorcode.com

Triadic colors

1 #095514 and #140955 with #551409 are triadic colors.

2 #091455 and #145509 with #551409 are triadic colors.