Shades of Bordeaux #510520
Tints of Bordeaux #510520
RGB
CMYK
RGB Variations
Color information
#510520 (or 0x510520) is known color: Bordeaux. HEX triplet: 51, 05 and 20. RGB value is (81,5,32). Sum of RGB (Red+Green+Blue) = 81+5+32=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #510520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510520 is #AEFADF. Grayscale: #1E1E1E. Windows color (decimal): -11467488 or 2098513. OLE color: 2098513.
HSL color Cylindrical-coordinate representation of color #510520: hue angle of 338.68º degrees, saturation: 0.88, 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 #510520 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 32 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.68 |
| HSL | 338.68º | 0.88% | 0.17% | - |
| HSV(B) | 338.68º | 0.94% | 0.32% | - |
| XYZ | 3.71 | 1.96 | 1.55 | - |
| YUV | 30.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 32 | 0 | 0.94 | 0.60 | 0.68 | 338.68 | 0.88 | 0.17 |
| Hex | 51 | 5 | 20 | 0 | 5E | 3C | 44 | 153 | 58 | 11 |
| Octal | 121 | 5 | 40 | 0 | 136 | 74 | 104 | 523 | 130 | 21 |
| Binary | 1010001 | 101 | 100000 | 0 | 1011110 | 111100 | 1000100 | 101010011 | 1011000 | 10001 |
Color Harmonies of #510520
Complementary color
Monochromatic Colors of #510520
Black with #510520
Text Example
Text Example
White with #510520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510520; }
p { color: rgb(81,5,32); }
H1.HeaderClassName
{
color: #510520;
}
.AnyTagClassName
{
color: #510520;
}
</style>
background-color css
<style>
a { background-color: #510520; }
a { background-color: rgb(81,5,32); }
div.DivClassName
{
background-color: #510520;
}
.BgClassName
{
background-color: #510520;
}
</style>
border-color css
<style>
span { border-color: #510520; }
span { border-color: rgb(81,5,32); }
td.TdClassName
{
border-color: #510520;
}
.TagClassName
{
border-color: #510520;
}
</style>