#551C08

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

Shades of Caput Mortuum #551C08

Tints of Caput Mortuum #551C08

Color information

#551C08 (or 0x551C08) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1C and 08. RGB value is (85,28,8). Sum of RGB (Red+Green+Blue) = 85+28+8=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C08 is #AAE3F7. Grayscale: #2A2A2A. Windows color (decimal): -11199480 or 531541. OLE color: 531541.

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

Color convert

RGB85288-
CMYK00.670.910.67
HSL15.58º82.8%18.24%-
HSV(B)15.58º90.59%33.33%-
XYZ4.212.780.54-
YUV42.76108.38158.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=70.25%
G=23.14%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8528800.670.910.6715.5882.818.24
Hex551C80435B43105312
Octal125341001031331032012322
Binary1010101111001000010000111011011100001110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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