#55221C

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

Shades of Caput Mortuum #55221C

Tints of Caput Mortuum #55221C

Color information

#55221C (or 0x55221C) is unknown color: approx Caput Mortuum. HEX triplet: 55, 22 and 1C. RGB value is (85,34,28). Sum of RGB (Red+Green+Blue) = 85+34+28=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55221C is #AADDE3. Grayscale: #303030. Windows color (decimal): -11197924 or 1843797. OLE color: 1843797.

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

Color convert

RGB853428-
CMYK00.600.670.67
HSL6.32º50.44%22.16%-
HSV(B)6.32º67.06%33.33%-
XYZ4.533.161.47-
YUV48.56116.4153.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=57.82%
G=23.13%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85342800.600.670.676.3250.4422.16
Hex55221C03C434363216
Octal125423407410310366226
Binary10101011000101110001111001000011100001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55221C; }

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

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

<style>
 a { background-color: #55221C; }

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

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

<style>
 span { border-color: #55221C; }

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

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