#551E15

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

Shades of Caput Mortuum #551E15

Tints of Caput Mortuum #551E15

Color information

#551E15 (or 0x551E15) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1E and 15. RGB value is (85,30,21). Sum of RGB (Red+Green+Blue) = 85+30+21=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E15 is #AAE1EA. Grayscale: #2D2D2D. Windows color (decimal): -11198955 or 1384021. OLE color: 1384021.

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

Color convert

RGB853021-
CMYK00.650.750.67
HSL8.44º60.38%20.78%-
HSV(B)8.44º75.29%33.33%-
XYZ4.352.911.04-
YUV45.42114.22156.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=62.5%
G=22.06%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85302100.650.750.678.4460.3820.78
Hex551E150414B4383c15
Octal12536250101113103107425
Binary101010111110101010100000110010111000011100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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