#520805

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

Shades of Red Oxide #520805

Tints of Red Oxide #520805

Color information

#520805 (or 0x520805) is unknown color: approx Red Oxide. HEX triplet: 52, 08 and 05. RGB value is (82,8,5). Sum of RGB (Red+Green+Blue) = 82+8+5=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520805 is #ADF7FA. Grayscale: #1D1D1D. Windows color (decimal): -11401211 or 329810. OLE color: 329810.

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

Color convert

RGB8285-
CMYK00.900.940.68
HSL2.34º88.51%17.06%-
HSV(B)2.34º93.9%32.16%-
XYZ3.591.980.34-
YUV29.78114.02165.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 86.32%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=86.32%
G=8.42%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828500.900.940.682.3488.5117.06
Hex528505A5E4425911
Octal1221050132136104213121
Binary10100101000101010110101011110100010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520805; }

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

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

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

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

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

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

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

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