#521D0A

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

Shades of Caput Mortuum #521D0A

Tints of Caput Mortuum #521D0A

Color information

#521D0A (or 0x521D0A) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1D and 0A. RGB value is (82,29,10). Sum of RGB (Red+Green+Blue) = 82+29+10=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D0A is #ADE2F5. Grayscale: #2A2A2A. Windows color (decimal): -11395830 or 662866. OLE color: 662866.

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

Color convert

RGB822910-
CMYK00.650.880.68
HSL15.83º78.26%18.04%-
HSV(B)15.83º87.8%32.16%-
XYZ3.972.690.6-
YUV42.68109.56156.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=67.77%
G=23.97%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82291000.650.880.6815.8378.2618.04
Hex521DA0415844104e12
Octal122351201011301042011622
Binary1010010111011010010000011011000100010010000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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