#520906

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

Shades of Red Oxide #520906

Tints of Red Oxide #520906

Color information

#520906 (or 0x520906) is unknown color: approx Red Oxide. HEX triplet: 52, 09 and 06. RGB value is (82,9,6). Sum of RGB (Red+Green+Blue) = 82+9+6=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520906 is #ADF6F9. Grayscale: #1E1E1E. Windows color (decimal): -11400954 or 395602. OLE color: 395602.

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

Color convert

RGB8296-
CMYK00.890.930.68
HSL2.37º86.36%17.25%-
HSV(B)2.37º92.68%32.16%-
XYZ3.6120.37-
YUV30.49114.18164.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 84.54%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=84.54%
G=9.28%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829600.890.930.682.3786.3617.25
Hex52960595D4425611
Octal1221160131135104212621
Binary10100101001110010110011011101100010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520906; }

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

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

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

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

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

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

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

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