#551B09

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

Shades of Caput Mortuum #551B09

Tints of Caput Mortuum #551B09

Color information

#551B09 (or 0x551B09) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1B and 09. RGB value is (85,27,9). Sum of RGB (Red+Green+Blue) = 85+27+9=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B09 is #AAE4F6. Grayscale: #2A2A2A. Windows color (decimal): -11199735 or 596821. OLE color: 596821.

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

Color convert

RGB85279-
CMYK00.680.890.67
HSL14.21º80.85%18.43%-
HSV(B)14.21º89.41%33.33%-
XYZ4.192.730.57-
YUV42.29109.22158.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=70.25%
G=22.31%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8527900.680.890.6714.2180.8518.43
Hex551B90445943e5112
Octal125331101041311031612122
Binary101010111011100101000100101100110000111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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