#520609

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

Shades of Rustic Red #520609

Tints of Rustic Red #520609

Color information

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

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

Color convert

RGB8269-
CMYK00.930.890.68
HSL357.63º86.36%17.25%-
HSV(B)357.63º92.68%32.16%-
XYZ3.591.940.44-
YUV29.07116.68165.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal826900.930.890.68357.6386.3617.25
Hex526905D59441665611
Octal122611013513110454612621
Binary101001011010010101110110110011000100101100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520609; }

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

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

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

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

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

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

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

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