#520B20

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

Shades of Bordeaux #520B20

Tints of Bordeaux #520B20

Color information

#520B20 (or 0x520B20) is unknown color: approx Bordeaux. HEX triplet: 52, 0B and 20. RGB value is (82,11,32). Sum of RGB (Red+Green+Blue) = 82+11+32=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #520B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B20 is #ADF4DF. Grayscale: #222222. Windows color (decimal): -11400416 or 2100050. OLE color: 2100050.

HSL color Cylindrical-coordinate representation of color #520B20: hue angle of 342.25º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B20 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB821132-
CMYK00.870.610.68
HSL342.25º76.34%18.24%-
HSV(B)342.25º86.59%32.16%-
XYZ3.862.141.58-
YUV34.62126.52161.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.6%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=65.6%
G=8.8%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82113200.870.610.68342.2576.3418.24
Hex52B200573D441564c12
Octal122134001277510452611422
Binary10100101011100000010101111111011000100101010110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520B20; }

 p { color: rgb(82,11,32); }

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

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

 a { background-color: rgb(82,11,32); }

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

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

 span { border-color: rgb(82,11,32); }

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