#551908

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

Shades of Caput Mortuum #551908

Tints of Caput Mortuum #551908

Color information

#551908 (or 0x551908) is unknown color: approx Caput Mortuum. HEX triplet: 55, 19 and 08. RGB value is (85,25,8). Sum of RGB (Red+Green+Blue) = 85+25+8=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551908 is #AAE6F7. Grayscale: #292929. Windows color (decimal): -11200248 or 530773. OLE color: 530773.

HSL color Cylindrical-coordinate representation of color #551908: hue angle of 13.25º 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 #551908 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85258-
CMYK00.710.910.67
HSL13.25º82.8%18.24%-
HSV(B)13.25º90.59%33.33%-
XYZ4.142.640.52-
YUV41109.38159.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=72.03%
G=21.19%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525800.710.910.6713.2582.818.24
Hex551980475B43d5312
Octal125311001071331031512322
Binary101010111001100001000111101101110000111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551908; }

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

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

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

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

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

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

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

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