#551909

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

Shades of Caput Mortuum #551909

Tints of Caput Mortuum #551909

Color information

#551909 (or 0x551909) is unknown color: approx Caput Mortuum. HEX triplet: 55, 19 and 09. RGB value is (85,25,9). Sum of RGB (Red+Green+Blue) = 85+25+9=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551909 is #AAE6F6. Grayscale: #292929. Windows color (decimal): -11200247 or 596309. OLE color: 596309.

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

Color convert

RGB85259-
CMYK00.710.890.67
HSL12.63º80.85%18.43%-
HSV(B)12.63º89.41%33.33%-
XYZ4.142.650.55-
YUV41.12109.88159.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=71.43%
G=21.01%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8525900.710.890.6712.6380.8518.43
Hex551990475943d5112
Octal125311101071311031512122
Binary101010111001100101000111101100110000111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551909; }

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

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

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

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

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

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

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

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