#551C09

Color #551C09 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #551C09

Tints of Caput Mortuum #551C09

Color information

#551C09 (or 0x551C09) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1C and 09. RGB value is (85,28,9). Sum of RGB (Red+Green+Blue) = 85+28+9=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C09 is #AAE3F6. Grayscale: #2B2B2B. Windows color (decimal): -11199479 or 597077. OLE color: 597077.

HSL color Cylindrical-coordinate representation of color #551C09: hue angle of 15º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551C09 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85289-
CMYK00.670.890.67
HSL15º80.85%18.43%-
HSV(B)15º89.41%33.33%-
XYZ4.212.780.57-
YUV42.88108.88158.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=69.67%
G=22.95%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8528900.670.890.671580.8518.43
Hex551C90435943f5112
Octal125341101031311031712122
Binary101010111100100101000011101100110000111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C09; }

 p { color: rgb(85,28,9); }

 H1.HeaderClassName
 {
   color: #551C09;
 }
 .AnyTagClassName
 {
   color: #551C09;
 }
</style>
background-color css

<style>
 a { background-color: #551C09; }

 a { background-color: rgb(85,28,9); }

 div.DivClassName
 {
   background-color: #551C09;
 }
 .BgClassName
 {
   background-color: #551C09;
 }
</style>
border-color css

<style>
 span { border-color: #551C09; }

 span { border-color: rgb(85,28,9); }

 td.TdClassName
 {
   border-color: #551C09;
 }
 .TagClassName
 {
   border-color: #551C09;
 }
</style>