Shades of Bordeaux #520012
Tints of Bordeaux #520012
RGB
CMYK
RGB Variations
Color information
#520012 (or 0x520012) is known color: Bordeaux. HEX triplet: 52, 00 and 12. RGB value is (82,0,18). Sum of RGB (Red+Green+Blue) = 82+0+18=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #520012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520012 is #ADFFED. Grayscale: #1A1A1A. Windows color (decimal): -11403246 or 1179730. OLE color: 1179730.
HSL color Cylindrical-coordinate representation of color #520012: hue angle of 346.83º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520012 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.78 | 0.68 |
| HSL | 346.83º | 1% | 0.16% | - |
| HSV(B) | 346.83º | 1% | 0.32% | - |
| XYZ | 3.59 | 1.84 | 0.74 | - |
| YUV | 26.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 18 | 0 | 1 | 0.78 | 0.68 | 346.83 | 1 | 0.16 |
| Hex | 52 | 0 | 12 | 0 | 64 | 4E | 44 | 15B | 64 | 10 |
| Octal | 122 | 0 | 22 | 0 | 144 | 116 | 104 | 533 | 144 | 20 |
| Binary | 1010010 | 0 | 10010 | 0 | 1100100 | 1001110 | 1000100 | 101011011 | 1100100 | 10000 |
Color Harmonies of #520012
Complementary color
Monochromatic Colors of #520012
Black with #520012
Text Example
Text Example
White with #520012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520012; }
p { color: rgb(82,0,18); }
H1.HeaderClassName
{
color: #520012;
}
.AnyTagClassName
{
color: #520012;
}
</style>
background-color css
<style>
a { background-color: #520012; }
a { background-color: rgb(82,0,18); }
div.DivClassName
{
background-color: #520012;
}
.BgClassName
{
background-color: #520012;
}
</style>
border-color css
<style>
span { border-color: #520012; }
span { border-color: rgb(82,0,18); }
td.TdClassName
{
border-color: #520012;
}
.TagClassName
{
border-color: #520012;
}
</style>