#532420

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

Shades of Caput Mortuum #532420

Tints of Caput Mortuum #532420

Color information

#532420 (or 0x532420) is unknown color: approx Caput Mortuum. HEX triplet: 53, 24 and 20. RGB value is (83,36,32). Sum of RGB (Red+Green+Blue) = 83+36+32=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532420 is #ACDBDF. Grayscale: #313131. Windows color (decimal): -11328480 or 2106451. OLE color: 2106451.

HSL color Cylindrical-coordinate representation of color #532420: hue angle of 4.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532420 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB833632-
CMYK00.570.610.67
HSL4.71º44.35%22.55%-
HSV(B)4.71º61.45%32.55%-
XYZ4.463.211.75-
YUV49.6118.07151.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=54.97%
G=23.84%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83363200.570.610.674.7144.3522.55
Hex5324200393D4352c17
Octal12344400717510355427
Binary10100111001001000000111001111101100001110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532420; }

 p { color: rgb(83,36,32); }

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

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

 a { background-color: rgb(83,36,32); }

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

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

 span { border-color: rgb(83,36,32); }

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