Shades of Bordeaux #520A12
Tints of Bordeaux #520A12
RGB
CMYK
RGB Variations
Color information
#520A12 (or 0x520A12) is known color: Bordeaux. HEX triplet: 52, 0A and 12. RGB value is (82,10,18). Sum of RGB (Red+Green+Blue) = 82+10+18=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A12 is #ADF5ED. Grayscale: #202020. Windows color (decimal): -11400686 or 1182290. OLE color: 1182290.
HSL color Cylindrical-coordinate representation of color #520A12: hue angle of 353.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A12 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 10 | 18 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.68 |
| HSL | 353.33º | 0.78% | 0.18% | - |
| HSV(B) | 353.33º | 0.88% | 0.32% | - |
| XYZ | 3.7 | 2.05 | 0.77 | - |
| YUV | 32.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 18 | 0 | 0.88 | 0.78 | 0.68 | 353.33 | 0.78 | 0.18 |
| Hex | 52 | A | 12 | 0 | 58 | 4E | 44 | 161 | 4E | 12 |
| Octal | 122 | 12 | 22 | 0 | 130 | 116 | 104 | 541 | 116 | 22 |
| Binary | 1010010 | 1010 | 10010 | 0 | 1011000 | 1001110 | 1000100 | 101100001 | 1001110 | 10010 |
Color Harmonies of #520A12
Complementary color
Monochromatic Colors of #520A12
Black with #520A12
Text Example
Text Example
White with #520A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A12; }
p { color: rgb(82,10,18); }
H1.HeaderClassName
{
color: #520A12;
}
.AnyTagClassName
{
color: #520A12;
}
</style>
background-color css
<style>
a { background-color: #520A12; }
a { background-color: rgb(82,10,18); }
div.DivClassName
{
background-color: #520A12;
}
.BgClassName
{
background-color: #520A12;
}
</style>
border-color css
<style>
span { border-color: #520A12; }
span { border-color: rgb(82,10,18); }
td.TdClassName
{
border-color: #520A12;
}
.TagClassName
{
border-color: #520A12;
}
</style>