#551E0A

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

Shades of Caput Mortuum #551E0A

Tints of Caput Mortuum #551E0A

Color information

#551E0A (or 0x551E0A) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1E and 0A. RGB value is (85,30,10). Sum of RGB (Red+Green+Blue) = 85+30+10=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E0A is #AAE1F5. Grayscale: #2C2C2C. Windows color (decimal): -11198966 or 663125. OLE color: 663125.

HSL color Cylindrical-coordinate representation of color #551E0A: hue angle of 16º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551E0A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB853010-
CMYK00.650.880.67
HSL16º78.95%18.63%-
HSV(B)16º88.24%33.33%-
XYZ4.272.880.62-
YUV44.16108.72157.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 10 (4.30% from 255) = 8%
R=68%
G=24%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85301000.650.880.671678.9518.63
Hex551EA0415843104f13
Octal125361201011301032011723
Binary1010101111101010010000011011000100001110000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,10); }

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

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

 a { background-color: rgb(85,30,10); }

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

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

 span { border-color: rgb(85,30,10); }

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