#532011

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

Shades of Caput Mortuum #532011

Tints of Caput Mortuum #532011

Color information

#532011 (or 0x532011) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 11. RGB value is (83,32,17). Sum of RGB (Red+Green+Blue) = 83+32+17=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532011 is #ACDFEE. Grayscale: #2D2D2D. Windows color (decimal): -11329519 or 1122387. OLE color: 1122387.

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

Color convert

RGB833217-
CMYK00.610.800.67
HSL13.64º66%19.61%-
HSV(B)13.64º79.52%32.55%-
XYZ4.182.910.87-
YUV45.54111.9154.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=62.88%
G=24.24%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83321700.610.800.6713.646619.61
Hex53201103D5043e4214
Octal12340210751201031610224
Binary1010011100000100010111101101000010000111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532011; }

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

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

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

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

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

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

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

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