#551C0A

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

Shades of Caput Mortuum #551C0A

Tints of Caput Mortuum #551C0A

Color information

#551C0A (or 0x551C0A) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1C and 0A. RGB value is (85,28,10). Sum of RGB (Red+Green+Blue) = 85+28+10=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C0A is #AAE3F5. Grayscale: #2B2B2B. Windows color (decimal): -11199478 or 662613. OLE color: 662613.

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

Color convert

RGB852810-
CMYK00.670.880.67
HSL14.4º78.95%18.63%-
HSV(B)14.4º88.24%33.33%-
XYZ4.222.780.6-
YUV42.99109.38157.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=69.11%
G=22.76%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85281000.670.880.6714.478.9518.63
Hex551CA0435843e4f13
Octal125341201031301031611723
Binary101010111100101001000011101100010000111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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