#532115

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

Shades of Caput Mortuum #532115

Tints of Caput Mortuum #532115

Color information

#532115 (or 0x532115) is unknown color: approx Caput Mortuum. HEX triplet: 53, 21 and 15. RGB value is (83,33,21). Sum of RGB (Red+Green+Blue) = 83+33+21=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532115 is #ACDEEA. Grayscale: #2E2E2E. Windows color (decimal): -11329259 or 1384787. OLE color: 1384787.

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

Color convert

RGB833321-
CMYK00.600.750.67
HSL11.61º59.62%20.39%-
HSV(B)11.61º74.7%32.55%-
XYZ4.252.981.06-
YUV46.58113.56153.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=60.58%
G=24.09%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83332100.600.750.6711.6159.6220.39
Hex53211503C4B43c3c14
Octal1234125074113103147424
Binary101001110000110101011110010010111000011110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532115; }

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

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

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

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

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

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

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

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