#532B24

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

Shades of Caput Mortuum #532B24

Tints of Caput Mortuum #532B24

Color information

#532B24 (or 0x532B24) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2B and 24. RGB value is (83,43,36). Sum of RGB (Red+Green+Blue) = 83+43+36=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B24 is #ACD4DB. Grayscale: #363636. Windows color (decimal): -11326684 or 2370387. OLE color: 2370387.

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

Color convert

RGB834336-
CMYK00.480.570.67
HSL8.94º39.5%23.33%-
HSV(B)8.94º56.63%32.55%-
XYZ4.753.692.13-
YUV54.16117.75148.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=51.23%
G=26.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83433600.480.570.678.9439.523.33
Hex532B24030394392717
Octal123534406071103114727
Binary101001110101110010001100001110011000011100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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