#551D08

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

Shades of Caput Mortuum #551D08

Tints of Caput Mortuum #551D08

Color information

#551D08 (or 0x551D08) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1D and 08. RGB value is (85,29,8). Sum of RGB (Red+Green+Blue) = 85+29+8=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D08 is #AAE2F7. Grayscale: #2B2B2B. Windows color (decimal): -11199224 or 531797. OLE color: 531797.

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

Color convert

RGB85298-
CMYK00.660.910.67
HSL16.36º82.8%18.24%-
HSV(B)16.36º90.59%33.33%-
XYZ4.232.830.55-
YUV43.35108.05157.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=69.67%
G=23.77%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8529800.660.910.6716.3682.818.24
Hex551D80425B43105312
Octal125351001021331032012322
Binary1010101111011000010000101011011100001110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,29,8); }

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

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

 a { background-color: rgb(85,29,8); }

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

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

 span { border-color: rgb(85,29,8); }

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