#521D11

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

Shades of Caput Mortuum #521D11

Tints of Caput Mortuum #521D11

Color information

#521D11 (or 0x521D11) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1D and 11. RGB value is (82,29,17). Sum of RGB (Red+Green+Blue) = 82+29+17=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #521D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D11 is #ADE2EE. Grayscale: #2B2B2B. Windows color (decimal): -11395823 or 1121618. OLE color: 1121618.

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

Color convert

RGB822917-
CMYK00.650.790.68
HSL11.08º65.66%19.41%-
HSV(B)11.08º79.27%32.16%-
XYZ4.022.710.84-
YUV43.48113.06155.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=64.06%
G=22.66%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82291700.650.790.6811.0865.6619.41
Hex521D110414F44b4213
Octal122352101011171041310223
Binary1010010111011000101000001100111110001001011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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