#532113

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

Shades of Caput Mortuum #532113

Tints of Caput Mortuum #532113

Color information

#532113 (or 0x532113) is unknown color: approx Caput Mortuum. HEX triplet: 53, 21 and 13. RGB value is (83,33,19). Sum of RGB (Red+Green+Blue) = 83+33+19=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532113 is #ACDEEC. Grayscale: #2E2E2E. Windows color (decimal): -11329261 or 1253715. OLE color: 1253715.

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

Color convert

RGB833319-
CMYK00.600.770.67
HSL13.13º62.75%20%-
HSV(B)13.13º77.11%32.55%-
XYZ4.232.970.97-
YUV46.35112.56154.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=61.48%
G=24.44%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83331900.600.770.6713.1362.7520
Hex53211303C4D43d3f14
Octal1234123074115103157724
Binary101001110000110011011110010011011000011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532113; }

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

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

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

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

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

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

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

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