#52291D

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

Shades of Caput Mortuum #52291D

Tints of Caput Mortuum #52291D

Color information

#52291D (or 0x52291D) is unknown color: approx Caput Mortuum. HEX triplet: 52, 29 and 1D. RGB value is (82,41,29). Sum of RGB (Red+Green+Blue) = 82+41+29=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52291D is #ADD6E2. Grayscale: #333333. Windows color (decimal): -11392739 or 1911122. OLE color: 1911122.

HSL color Cylindrical-coordinate representation of color #52291D: hue angle of 13.58º 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 #52291D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB824129-
CMYK00.500.650.68
HSL13.58º47.75%21.76%-
HSV(B)13.58º64.63%32.16%-
XYZ4.493.471.59-
YUV51.89115.08149.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=53.95%
G=26.97%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82412900.500.650.6813.5847.7521.76
Hex52291D0324144e3016
Octal1225135062101104166026
Binary101001010100111101011001010000011000100111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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