#55291D

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

Shades of Caput Mortuum #55291D

Tints of Caput Mortuum #55291D

Color information

#55291D (or 0x55291D) is unknown color: approx Caput Mortuum. HEX triplet: 55, 29 and 1D. RGB value is (85,41,29). Sum of RGB (Red+Green+Blue) = 85+41+29=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55291D is #AAD6E2. Grayscale: #343434. Windows color (decimal): -11196131 or 1911125. OLE color: 1911125.

HSL color Cylindrical-coordinate representation of color #55291D: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55291D is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB854129-
CMYK00.520.660.67
HSL12.86º49.12%22.35%-
HSV(B)12.86º65.88%33.33%-
XYZ4.763.611.61-
YUV52.79114.58150.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=54.84%
G=26.45%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85412900.520.660.6712.8649.1222.35
Hex55291D0344243d3116
Octal1255135064102103156126
Binary101010110100111101011010010000101000011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55291D; }

 p { color: rgb(85,41,29); }

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

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

 a { background-color: rgb(85,41,29); }

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

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

 span { border-color: rgb(85,41,29); }

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