#52211D

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

Shades of Caput Mortuum #52211D

Tints of Caput Mortuum #52211D

Color information

#52211D (or 0x52211D) is unknown color: approx Caput Mortuum. HEX triplet: 52, 21 and 1D. RGB value is (82,33,29). Sum of RGB (Red+Green+Blue) = 82+33+29=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52211D is #ADDEE2. Grayscale: #2F2F2F. Windows color (decimal): -11394787 or 1909074. OLE color: 1909074.

HSL color Cylindrical-coordinate representation of color #52211D: hue angle of 4.53º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52211D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB823329-
CMYK00.600.650.68
HSL4.53º47.75%21.76%-
HSV(B)4.53º64.63%32.16%-
XYZ4.252.971.51-
YUV47.19117.73152.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=56.94%
G=22.92%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82332900.600.650.684.5347.7521.76
Hex52211D03C414453016
Octal122413507410110456026
Binary10100101000011110101111001000001100010010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,33,29); }

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

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

 a { background-color: rgb(82,33,29); }

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

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

 span { border-color: rgb(82,33,29); }

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