#520904

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

Shades of Red Oxide #520904

Tints of Red Oxide #520904

Color information

#520904 (or 0x520904) is unknown color: approx Red Oxide. HEX triplet: 52, 09 and 04. RGB value is (82,9,4). Sum of RGB (Red+Green+Blue) = 82+9+4=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520904 is #ADF6FB. Grayscale: #1E1E1E. Windows color (decimal): -11400956 or 264530. OLE color: 264530.

HSL color Cylindrical-coordinate representation of color #520904: hue angle of 3.85º 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 #520904 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB8294-
CMYK00.890.950.68
HSL3.85º90.7%16.86%-
HSV(B)3.85º95.12%32.16%-
XYZ3.620.31-
YUV30.26113.18164.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 86.32%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=86.32%
G=9.47%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829400.890.950.683.8590.716.86
Hex52940595F4445b11
Octal1221140131137104413321
Binary101001010011000101100110111111000100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520904; }

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

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

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

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

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

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

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

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