#520907

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

Shades of Red Oxide #520907

Tints of Red Oxide #520907

Color information

#520907 (or 0x520907) is unknown color: approx Red Oxide. HEX triplet: 52, 09 and 07. RGB value is (82,9,7). Sum of RGB (Red+Green+Blue) = 82+9+7=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520907 is #ADF6F8. Grayscale: #1E1E1E. Windows color (decimal): -11400953 or 461138. OLE color: 461138.

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

Color convert

RGB8297-
CMYK00.890.910.68
HSL1.6º84.27%17.45%-
HSV(B)1.6º91.46%32.16%-
XYZ3.6220.4-
YUV30.6114.68164.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 83.67%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=83.67%
G=9.18%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829700.890.910.681.684.2717.45
Hex52970595B4425411
Octal1221170131133104212421
Binary10100101001111010110011011011100010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520907; }

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

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

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

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

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

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

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

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