Shades of Bordeaux #52060E
Tints of Bordeaux #52060E
RGB
CMYK
RGB Variations
Color information
#52060E (or 0x52060E) is known color: Bordeaux. HEX triplet: 52, 06 and 0E. RGB value is (82,6,14). Sum of RGB (Red+Green+Blue) = 82+6+14=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #52060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52060E is #ADF9F1. Grayscale: #1D1D1D. Windows color (decimal): -11401714 or 919122. OLE color: 919122.
HSL color Cylindrical-coordinate representation of color #52060E: hue angle of 353.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52060E is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 14 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.68 |
| HSL | 353.68º | 0.86% | 0.17% | - |
| HSV(B) | 353.68º | 0.93% | 0.32% | - |
| XYZ | 3.62 | 1.96 | 0.6 | - |
| YUV | 29.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 14 | 0 | 0.93 | 0.83 | 0.68 | 353.68 | 0.86 | 0.17 |
| Hex | 52 | 6 | E | 0 | 5D | 53 | 44 | 162 | 56 | 11 |
| Octal | 122 | 6 | 16 | 0 | 135 | 123 | 104 | 542 | 126 | 21 |
| Binary | 1010010 | 110 | 1110 | 0 | 1011101 | 1010011 | 1000100 | 101100010 | 1010110 | 10001 |
Color Harmonies of #52060E
Complementary color
Monochromatic Colors of #52060E
Black with #52060E
Text Example
Text Example
White with #52060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52060E; }
p { color: rgb(82,6,14); }
H1.HeaderClassName
{
color: #52060E;
}
.AnyTagClassName
{
color: #52060E;
}
</style>
background-color css
<style>
a { background-color: #52060E; }
a { background-color: rgb(82,6,14); }
div.DivClassName
{
background-color: #52060E;
}
.BgClassName
{
background-color: #52060E;
}
</style>
border-color css
<style>
span { border-color: #52060E; }
span { border-color: rgb(82,6,14); }
td.TdClassName
{
border-color: #52060E;
}
.TagClassName
{
border-color: #52060E;
}
</style>