Shades of Bordeaux #52000D
Tints of Bordeaux #52000D
RGB
CMYK
RGB Variations
Color information
#52000D (or 0x52000D) is known color: Bordeaux. HEX triplet: 52, 00 and 0D. RGB value is (82,0,13). Sum of RGB (Red+Green+Blue) = 82+0+13=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #52000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000D is #ADFFF2. Grayscale: #1A1A1A. Windows color (decimal): -11403251 or 852050. OLE color: 852050.
HSL color Cylindrical-coordinate representation of color #52000D: hue angle of 350.49º 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 #52000D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.84 | 0.68 |
| HSL | 350.49º | 1% | 0.16% | - |
| HSV(B) | 350.49º | 1% | 0.32% | - |
| XYZ | 3.55 | 1.82 | 0.55 | - |
| YUV | 26 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 13 | 0 | 1 | 0.84 | 0.68 | 350.49 | 1 | 0.16 |
| Hex | 52 | 0 | D | 0 | 64 | 54 | 44 | 15E | 64 | 10 |
| Octal | 122 | 0 | 15 | 0 | 144 | 124 | 104 | 536 | 144 | 20 |
| Binary | 1010010 | 0 | 1101 | 0 | 1100100 | 1010100 | 1000100 | 101011110 | 1100100 | 10000 |
Color Harmonies of #52000D
Complementary color
Monochromatic Colors of #52000D
Black with #52000D
Text Example
Text Example
White with #52000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52000D; }
p { color: rgb(82,0,13); }
H1.HeaderClassName
{
color: #52000D;
}
.AnyTagClassName
{
color: #52000D;
}
</style>
background-color css
<style>
a { background-color: #52000D; }
a { background-color: rgb(82,0,13); }
div.DivClassName
{
background-color: #52000D;
}
.BgClassName
{
background-color: #52000D;
}
</style>
border-color css
<style>
span { border-color: #52000D; }
span { border-color: rgb(82,0,13); }
td.TdClassName
{
border-color: #52000D;
}
.TagClassName
{
border-color: #52000D;
}
</style>