#532924

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

Shades of Caput Mortuum #532924

Tints of Caput Mortuum #532924

Color information

#532924 (or 0x532924) is unknown color: approx Caput Mortuum. HEX triplet: 53, 29 and 24. RGB value is (83,41,36). Sum of RGB (Red+Green+Blue) = 83+41+36=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532924 is #ACD6DB. Grayscale: #353535. Windows color (decimal): -11327196 or 2369875. OLE color: 2369875.

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

Color convert

RGB834136-
CMYK00.510.570.67
HSL6.38º39.5%23.33%-
HSV(B)6.38º56.63%32.55%-
XYZ4.683.552.11-
YUV52.99118.41149.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=51.88%
G=25.62%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83413600.510.570.676.3839.523.33
Hex532924033394362717
Octal12351440637110364727
Binary10100111010011001000110011111001100001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532924; }

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

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

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

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

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

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

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

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