#520708

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

Shades of Rustic Red #520708

Tints of Rustic Red #520708

Color information

#520708 (or 0x520708) is unknown color: approx Rustic Red. HEX triplet: 52, 07 and 08. RGB value is (82,7,8). Sum of RGB (Red+Green+Blue) = 82+7+8=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520708 is #ADF8F7. Grayscale: #1D1D1D. Windows color (decimal): -11401464 or 526162. OLE color: 526162.

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

Color convert

RGB8278-
CMYK00.910.900.68
HSL359.2º84.27%17.45%-
HSV(B)359.2º91.46%32.16%-
XYZ3.61.960.42-
YUV29.54115.85165.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 84.54%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=84.54%
G=7.22%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal827800.910.900.68359.284.2717.45
Hex527805B5A441675411
Octal122710013313210454712421
Binary101001011110000101101110110101000100101100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520708; }

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

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

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

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

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

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

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

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