#520F07

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

Shades of Red Oxide #520F07

Tints of Red Oxide #520F07

Color information

#520F07 (or 0x520F07) is unknown color: approx Red Oxide. HEX triplet: 52, 0F and 07. RGB value is (82,15,7). Sum of RGB (Red+Green+Blue) = 82+15+7=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F07 is #ADF0F8. Grayscale: #222222. Windows color (decimal): -11399417 or 462674. OLE color: 462674.

HSL color Cylindrical-coordinate representation of color #520F07: hue angle of 6.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520F07 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82157-
CMYK00.820.910.68
HSL6.4º84.27%17.45%-
HSV(B)6.4º91.46%32.16%-
XYZ3.692.150.42-
YUV34.12112.7162.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=78.85%
G=14.42%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8215700.820.910.686.484.2717.45
Hex52F70525B4465411
Octal1221770122133104612421
Binary101001011111110101001010110111000100110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520F07; }

 p { color: rgb(82,15,7); }

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

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

 a { background-color: rgb(82,15,7); }

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

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

 span { border-color: rgb(82,15,7); }

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