#520806

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

Shades of Red Oxide #520806

Tints of Red Oxide #520806

Color information

#520806 (or 0x520806) is unknown color: approx Red Oxide. HEX triplet: 52, 08 and 06. RGB value is (82,8,6). Sum of RGB (Red+Green+Blue) = 82+8+6=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520806 is #ADF7F9. Grayscale: #1D1D1D. Windows color (decimal): -11401210 or 395346. OLE color: 395346.

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

Color convert

RGB8286-
CMYK00.900.930.68
HSL1.58º86.36%17.25%-
HSV(B)1.58º92.68%32.16%-
XYZ3.61.980.36-
YUV29.9114.52165.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=85.42%
G=8.33%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828600.900.930.681.5886.3617.25
Hex528605A5D4425611
Octal1221060132135104212621
Binary10100101000110010110101011101100010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520806; }

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

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

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

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

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

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

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

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