#532921

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

Shades of Caput Mortuum #532921

Tints of Caput Mortuum #532921

Color information

#532921 (or 0x532921) is unknown color: approx Caput Mortuum. HEX triplet: 53, 29 and 21. RGB value is (83,41,33). Sum of RGB (Red+Green+Blue) = 83+41+33=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532921 is #ACD6DE. Grayscale: #343434. Windows color (decimal): -11327199 or 2173267. OLE color: 2173267.

HSL color Cylindrical-coordinate representation of color #532921: hue angle of 9.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532921 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB834133-
CMYK00.510.600.67
HSL9.6º43.1%22.75%-
HSV(B)9.6º60.24%32.55%-
XYZ4.633.531.88-
YUV52.65116.91149.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=52.87%
G=26.11%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83413300.510.600.679.643.122.75
Hex5329210333C43a2b17
Octal123514106374103125327
Binary101001110100110000101100111111001000011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532921; }

 p { color: rgb(83,41,33); }

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

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

 a { background-color: rgb(83,41,33); }

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

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

 span { border-color: rgb(83,41,33); }

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