#521D15

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

Shades of Caput Mortuum #521D15

Tints of Caput Mortuum #521D15

Color information

#521D15 (or 0x521D15) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1D and 15. RGB value is (82,29,21). Sum of RGB (Red+Green+Blue) = 82+29+21=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D15 is #ADE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11395819 or 1383762. OLE color: 1383762.

HSL color Cylindrical-coordinate representation of color #521D15: hue angle of 7.87º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521D15 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB822921-
CMYK00.650.740.68
HSL7.87º59.22%20.2%-
HSV(B)7.87º74.39%32.16%-
XYZ4.052.731.02-
YUV43.93115.06155.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=62.12%
G=21.97%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82292100.650.740.687.8759.2220.2
Hex521D150414A4483b14
Octal12235250101112104107324
Binary101001011101101010100000110010101000100100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D15; }

 p { color: rgb(82,29,21); }

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

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

 a { background-color: rgb(82,29,21); }

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

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

 span { border-color: rgb(82,29,21); }

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