#532C21

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

Shades of Caput Mortuum #532C21

Tints of Caput Mortuum #532C21

Color information

#532C21 (or 0x532C21) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2C and 21. RGB value is (83,44,33). Sum of RGB (Red+Green+Blue) = 83+44+33=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C21 is #ACD3DE. Grayscale: #363636. Windows color (decimal): -11326431 or 2174035. OLE color: 2174035.

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

Color convert

RGB834433-
CMYK00.470.600.67
HSL13.2º43.1%22.75%-
HSV(B)13.2º60.24%32.55%-
XYZ4.743.751.91-
YUV54.41115.92148.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=51.88%
G=27.5%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83443300.470.600.6713.243.122.75
Hex532C2102F3C43d2b17
Octal123544105774103155327
Binary101001110110010000101011111111001000011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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