#532A24

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

Shades of Caput Mortuum #532A24

Tints of Caput Mortuum #532A24

Color information

#532A24 (or 0x532A24) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2A and 24. RGB value is (83,42,36). Sum of RGB (Red+Green+Blue) = 83+42+36=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A24 is #ACD5DB. Grayscale: #353535. Windows color (decimal): -11326940 or 2370131. OLE color: 2370131.

HSL color Cylindrical-coordinate representation of color #532A24: hue angle of 7.66º 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 #532A24 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB834236-
CMYK00.490.570.67
HSL7.66º39.5%23.33%-
HSV(B)7.66º56.63%32.55%-
XYZ4.713.622.12-
YUV53.58118.08148.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=51.55%
G=26.09%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83423600.490.570.677.6639.523.33
Hex532A24031394382717
Octal123524406171103104727
Binary101001110101010010001100011110011000011100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A24; }

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

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

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

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

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

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

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

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