#532313

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

Shades of Caput Mortuum #532313

Tints of Caput Mortuum #532313

Color information

#532313 (or 0x532313) is unknown color: approx Caput Mortuum. HEX triplet: 53, 23 and 13. RGB value is (83,35,19). Sum of RGB (Red+Green+Blue) = 83+35+19=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532313 is #ACDCEC. Grayscale: #2F2F2F. Windows color (decimal): -11328749 or 1254227. OLE color: 1254227.

HSL color Cylindrical-coordinate representation of color #532313: hue angle of 15º 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 #532313 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB833519-
CMYK00.580.770.67
HSL15º62.75%20%-
HSV(B)15º77.11%32.55%-
XYZ4.293.090.99-
YUV47.53111.9153.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=60.58%
G=25.55%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83351900.580.770.671562.7520
Hex53231303A4D43f3f14
Octal1234323072115103177724
Binary101001110001110011011101010011011000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532313; }

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

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

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

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

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

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

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

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