#520511

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

Shades of Bordeaux #520511

Tints of Bordeaux #520511

Color information

#520511 (or 0x520511) is unknown color: approx Bordeaux. HEX triplet: 52, 05 and 11. RGB value is (82,5,17). Sum of RGB (Red+Green+Blue) = 82+5+17=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520511 is #ADFAEE. Grayscale: #1D1D1D. Windows color (decimal): -11401967 or 1115474. OLE color: 1115474.

HSL color Cylindrical-coordinate representation of color #520511: hue angle of 350.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520511 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB82517-
CMYK00.940.790.68
HSL350.65º88.51%17.06%-
HSV(B)350.65º93.9%32.16%-
XYZ3.641.940.71-
YUV29.39121.01165.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=78.85%
G=4.81%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8251700.940.790.68350.6588.5117.06
Hex5251105E4F4415f5911
Octal122521013611710453713121
Binary1010010101100010101111010011111000100101011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520511; }

 p { color: rgb(82,5,17); }

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

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

 a { background-color: rgb(82,5,17); }

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

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

 span { border-color: rgb(82,5,17); }

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