#551B08

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

Shades of Caput Mortuum #551B08

Tints of Caput Mortuum #551B08

Color information

#551B08 (or 0x551B08) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1B and 08. RGB value is (85,27,8). Sum of RGB (Red+Green+Blue) = 85+27+8=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B08 is #AAE4F7. Grayscale: #2A2A2A. Windows color (decimal): -11199736 or 531285. OLE color: 531285.

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

Color convert

RGB85278-
CMYK00.680.910.67
HSL14.81º82.8%18.24%-
HSV(B)14.81º90.59%33.33%-
XYZ4.182.730.54-
YUV42.18108.72158.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.83%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=70.83%
G=22.5%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8527800.680.910.6714.8182.818.24
Hex551B80445B43f5312
Octal125331001041331031712322
Binary101010111011100001000100101101110000111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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