#52221F

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

Shades of Caput Mortuum #52221F

Tints of Caput Mortuum #52221F

Color information

#52221F (or 0x52221F) is unknown color: approx Caput Mortuum. HEX triplet: 52, 22 and 1F. RGB value is (82,34,31). Sum of RGB (Red+Green+Blue) = 82+34+31=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52221F is #ADDDE0. Grayscale: #303030. Windows color (decimal): -11394529 or 2040402. OLE color: 2040402.

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

Color convert

RGB823431-
CMYK00.590.620.68
HSL3.53º45.13%22.16%-
HSV(B)3.53º62.2%32.16%-
XYZ4.33.041.66-
YUV48.01118.4152.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=55.78%
G=23.13%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82343100.590.620.683.5345.1322.16
Hex52221F03B3E4442d16
Octal12242370737610445526
Binary1010010100010111110111011111110100010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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