#532012

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

Shades of Caput Mortuum #532012

Tints of Caput Mortuum #532012

Color information

#532012 (or 0x532012) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 12. RGB value is (83,32,18). Sum of RGB (Red+Green+Blue) = 83+32+18=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532012 is #ACDFED. Grayscale: #2D2D2D. Windows color (decimal): -11329518 or 1187923. OLE color: 1187923.

HSL color Cylindrical-coordinate representation of color #532012: hue angle of 12.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532012 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB833218-
CMYK00.610.780.67
HSL12.92º64.36%19.8%-
HSV(B)12.92º78.31%32.55%-
XYZ4.192.920.91-
YUV45.65112.4154.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=62.41%
G=24.06%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83321800.610.780.6712.9264.3619.8
Hex53201203D4E43d4014
Octal12340220751161031510024
Binary1010011100000100100111101100111010000111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532012; }

 p { color: rgb(83,32,18); }

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

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

 a { background-color: rgb(83,32,18); }

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

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

 span { border-color: rgb(83,32,18); }

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