Shades of Bordeaux #52111A
Tints of Bordeaux #52111A
RGB
CMYK
RGB Variations
Color information
#52111A (or 0x52111A) is known color: Bordeaux. HEX triplet: 52, 11 and 1A. RGB value is (82,17,26). Sum of RGB (Red+Green+Blue) = 82+17+26=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #52111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111A is #ADEEE5. Grayscale: #252525. Windows color (decimal): -11398886 or 1708370. OLE color: 1708370.
HSL color Cylindrical-coordinate representation of color #52111A: hue angle of 351.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52111A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 26 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.68 |
| HSL | 351.69º | 0.66% | 0.19% | - |
| HSV(B) | 351.69º | 0.79% | 0.32% | - |
| XYZ | 3.87 | 2.27 | 1.21 | - |
| YUV | 37.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 26 | 0 | 0.79 | 0.68 | 0.68 | 351.69 | 0.66 | 0.19 |
| Hex | 52 | 11 | 1A | 0 | 4F | 44 | 44 | 160 | 42 | 13 |
| Octal | 122 | 21 | 32 | 0 | 117 | 104 | 104 | 540 | 102 | 23 |
| Binary | 1010010 | 10001 | 11010 | 0 | 1001111 | 1000100 | 1000100 | 101100000 | 1000010 | 10011 |
Color Harmonies of #52111A
Complementary color
Monochromatic Colors of #52111A
Black with #52111A
Text Example
Text Example
White with #52111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52111A; }
p { color: rgb(82,17,26); }
H1.HeaderClassName
{
color: #52111A;
}
.AnyTagClassName
{
color: #52111A;
}
</style>
background-color css
<style>
a { background-color: #52111A; }
a { background-color: rgb(82,17,26); }
div.DivClassName
{
background-color: #52111A;
}
.BgClassName
{
background-color: #52111A;
}
</style>
border-color css
<style>
span { border-color: #52111A; }
span { border-color: rgb(82,17,26); }
td.TdClassName
{
border-color: #52111A;
}
.TagClassName
{
border-color: #52111A;
}
</style>