#520D04

Color #520D04 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #520D04

Tints of Red Oxide #520D04

Color information

#520D04 (or 0x520D04) is unknown color: approx Red Oxide. HEX triplet: 52, 0D and 04. RGB value is (82,13,4). Sum of RGB (Red+Green+Blue) = 82+13+4=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D04 is #ADF2FB. Grayscale: #202020. Windows color (decimal): -11399932 or 265554. OLE color: 265554.

HSL color Cylindrical-coordinate representation of color #520D04: hue angle of 6.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520D04 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB82134-
CMYK00.840.950.68
HSL6.92º90.7%16.86%-
HSV(B)6.92º95.12%32.16%-
XYZ3.652.090.33-
YUV32.61111.86163.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82.83%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=82.83%
G=13.13%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8213400.840.950.686.9290.716.86
Hex52D40545F4475b11
Octal1221540124137104713321
Binary101001011011000101010010111111000100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520D04; }

 p { color: rgb(82,13,4); }

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

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

 a { background-color: rgb(82,13,4); }

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

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

 span { border-color: rgb(82,13,4); }

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