#55211c

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

Shades of Caput Mortuum #55211C

Tints of Caput Mortuum #55211C

Color information

#55211C (or 0x55211C) is unknown color: approx Caput Mortuum. HEX triplet: 55, 21 and 1C. RGB value is (85,33,28). Sum of RGB (Red+Green+Blue) = 85+33+28=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55211C is #AADEE3. Grayscale: #303030. Windows color (decimal): -11198180 or 1843541. OLE color: 1843541.

HSL color Cylindrical-coordinate representation of color #55211C: hue angle of 5.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55211C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB853328-
CMYK00.610.670.67
HSL5.26º50.44%22.16%-
HSV(B)5.26º67.06%33.33%-
XYZ4.53.11.46-
YUV47.98116.73154.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=58.22%
G=22.60%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85332800.610.670.675.2650.4422.16
Hex55211C03D434353216
Octal125413407510310356226
Binary10101011000011110001111011000011100001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55211c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55211c; }

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

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

<style>
 a { background-color: #55211c; }

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

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

<style>
 span { border-color: #55211c; }

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

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