#520903

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

Shades of Red Oxide #520903

Tints of Red Oxide #520903

Color information

#520903 (or 0x520903) is unknown color: approx Red Oxide. HEX triplet: 52, 09 and 03. RGB value is (82,9,3). Sum of RGB (Red+Green+Blue) = 82+9+3=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520903 is #ADF6FC. Grayscale: #1E1E1E. Windows color (decimal): -11400957 or 198994. OLE color: 198994.

HSL color Cylindrical-coordinate representation of color #520903: hue angle of 4.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520903 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB8293-
CMYK00.890.960.68
HSL4.56º92.94%16.67%-
HSV(B)4.56º96.34%32.16%-
XYZ3.5920.28-
YUV30.14112.68164.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 87.23%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=87.23%
G=9.57%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829300.890.960.684.5692.9416.67
Hex5293059604455d11
Octal1221130131140104513521
Binary10100101001110101100111000001000100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520903; }

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

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

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

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

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

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

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

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