#520608

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

Shades of Rustic Red #520608

Tints of Rustic Red #520608

Color information

#520608 (or 0x520608) is unknown color: approx Rustic Red. HEX triplet: 52, 06 and 08. RGB value is (82,6,8). Sum of RGB (Red+Green+Blue) = 82+6+8=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520608 is #ADF9F7. Grayscale: #1D1D1D. Windows color (decimal): -11401720 or 525906. OLE color: 525906.

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

Color convert

RGB8268-
CMYK00.930.900.68
HSL358.42º86.36%17.25%-
HSV(B)358.42º92.68%32.16%-
XYZ3.591.940.42-
YUV28.95116.18165.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=85.42%
G=6.25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal826800.930.900.68358.4286.3617.25
Hex526805D5A441665611
Octal122610013513210454612621
Binary101001011010000101110110110101000100101100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520608; }

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

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

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

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

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

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

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

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