Shades of Bordeaux #520512
Tints of Bordeaux #520512
RGB
CMYK
RGB Variations
Color information
#520512 (or 0x520512) is known color: Bordeaux. HEX triplet: 52, 05 and 12. RGB value is (82,5,18). Sum of RGB (Red+Green+Blue) = 82+5+18=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520512 is #ADFAED. Grayscale: #1D1D1D. Windows color (decimal): -11401966 or 1181010. OLE color: 1181010.
HSL color Cylindrical-coordinate representation of color #520512: hue angle of 349.87º 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 #520512 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 18 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.68 |
| HSL | 349.87º | 0.89% | 0.17% | - |
| HSV(B) | 349.87º | 0.94% | 0.32% | - |
| XYZ | 3.64 | 1.95 | 0.76 | - |
| YUV | 29.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 18 | 0 | 0.94 | 0.78 | 0.68 | 349.87 | 0.89 | 0.17 |
| Hex | 52 | 5 | 12 | 0 | 5E | 4E | 44 | 15E | 59 | 11 |
| Octal | 122 | 5 | 22 | 0 | 136 | 116 | 104 | 536 | 131 | 21 |
| Binary | 1010010 | 101 | 10010 | 0 | 1011110 | 1001110 | 1000100 | 101011110 | 1011001 | 10001 |
Color Harmonies of #520512
Complementary color
Monochromatic Colors of #520512
Black with #520512
Text Example
Text Example
White with #520512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520512; }
p { color: rgb(82,5,18); }
H1.HeaderClassName
{
color: #520512;
}
.AnyTagClassName
{
color: #520512;
}
</style>
background-color css
<style>
a { background-color: #520512; }
a { background-color: rgb(82,5,18); }
div.DivClassName
{
background-color: #520512;
}
.BgClassName
{
background-color: #520512;
}
</style>
border-color css
<style>
span { border-color: #520512; }
span { border-color: rgb(82,5,18); }
td.TdClassName
{
border-color: #520512;
}
.TagClassName
{
border-color: #520512;
}
</style>