Shades of Bordeaux #52030E
Tints of Bordeaux #52030E
RGB
CMYK
RGB Variations
Color information
#52030E (or 0x52030E) is known color: Bordeaux. HEX triplet: 52, 03 and 0E. RGB value is (82,3,14). Sum of RGB (Red+Green+Blue) = 82+3+14=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #52030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030E is #ADFCF1. Grayscale: #1B1B1B. Windows color (decimal): -11402482 or 918354. OLE color: 918354.
HSL color Cylindrical-coordinate representation of color #52030E: hue angle of 351.65º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.68 |
| HSL | 351.65º | 0.93% | 0.17% | - |
| HSV(B) | 351.65º | 0.96% | 0.32% | - |
| XYZ | 3.59 | 1.89 | 0.59 | - |
| YUV | 27.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 14 | 0 | 0.96 | 0.83 | 0.68 | 351.65 | 0.93 | 0.17 |
| Hex | 52 | 3 | E | 0 | 60 | 53 | 44 | 160 | 5D | 11 |
| Octal | 122 | 3 | 16 | 0 | 140 | 123 | 104 | 540 | 135 | 21 |
| Binary | 1010010 | 11 | 1110 | 0 | 1100000 | 1010011 | 1000100 | 101100000 | 1011101 | 10001 |
Color Harmonies of #52030E
Complementary color
Monochromatic Colors of #52030E
Black with #52030E
Text Example
Text Example
White with #52030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52030E; }
p { color: rgb(82,3,14); }
H1.HeaderClassName
{
color: #52030E;
}
.AnyTagClassName
{
color: #52030E;
}
</style>
background-color css
<style>
a { background-color: #52030E; }
a { background-color: rgb(82,3,14); }
div.DivClassName
{
background-color: #52030E;
}
.BgClassName
{
background-color: #52030E;
}
</style>
border-color css
<style>
span { border-color: #52030E; }
span { border-color: rgb(82,3,14); }
td.TdClassName
{
border-color: #52030E;
}
.TagClassName
{
border-color: #52030E;
}
</style>