#55201B

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

Shades of Caput Mortuum #55201B

Tints of Caput Mortuum #55201B

Color information

#55201B (or 0x55201B) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 1B. RGB value is (85,32,27). Sum of RGB (Red+Green+Blue) = 85+32+27=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201B is #AADFE4. Grayscale: #2F2F2F. Windows color (decimal): -11198437 or 1777749. OLE color: 1777749.

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

Color convert

RGB853227-
CMYK00.620.680.67
HSL5.17º51.79%21.96%-
HSV(B)5.17º68.24%33.33%-
XYZ4.463.041.39-
YUV47.28116.56154.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=59.03%
G=22.22%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85322700.620.680.675.1751.7921.96
Hex55201B03E444353416
Octal125403307610410356426
Binary10101011000001101101111101000100100001110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55201B; }

 p { color: rgb(85,32,27); }

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

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

 a { background-color: rgb(85,32,27); }

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

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

 span { border-color: rgb(85,32,27); }

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