#52221C

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

Shades of Caput Mortuum #52221C

Tints of Caput Mortuum #52221C

Color information

#52221C (or 0x52221C) is unknown color: approx Caput Mortuum. HEX triplet: 52, 22 and 1C. RGB value is (82,34,28). Sum of RGB (Red+Green+Blue) = 82+34+28=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52221C is #ADDDE3. Grayscale: #2F2F2F. Windows color (decimal): -11394532 or 1843794. OLE color: 1843794.

HSL color Cylindrical-coordinate representation of color #52221C: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52221C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB823428-
CMYK00.590.660.68
HSL6.67º49.09%21.57%-
HSV(B)6.67º65.85%32.16%-
XYZ4.263.021.46-
YUV47.67116.9152.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=56.94%
G=23.61%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82342800.590.660.686.6749.0921.57
Hex52221C03B424473116
Octal122423407310210476126
Binary10100101000101110001110111000010100010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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