Shades of Bordeaux #52111B
Tints of Bordeaux #52111B
RGB
CMYK
RGB Variations
Color information
#52111B (or 0x52111B) is known color: Bordeaux. HEX triplet: 52, 11 and 1B. RGB value is (82,17,27). Sum of RGB (Red+Green+Blue) = 82+17+27=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111B is #ADEEE4. Grayscale: #252525. Windows color (decimal): -11398885 or 1773906. OLE color: 1773906.
HSL color Cylindrical-coordinate representation of color #52111B: hue angle of 350.77º 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 #52111B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 27 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.68 |
| HSL | 350.77º | 0.66% | 0.19% | - |
| HSV(B) | 350.77º | 0.79% | 0.32% | - |
| XYZ | 3.88 | 2.27 | 1.27 | - |
| YUV | 37.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 27 | 0 | 0.79 | 0.67 | 0.68 | 350.77 | 0.66 | 0.19 |
| Hex | 52 | 11 | 1B | 0 | 4F | 43 | 44 | 15F | 42 | 13 |
| Octal | 122 | 21 | 33 | 0 | 117 | 103 | 104 | 537 | 102 | 23 |
| Binary | 1010010 | 10001 | 11011 | 0 | 1001111 | 1000011 | 1000100 | 101011111 | 1000010 | 10011 |
Color Harmonies of #52111B
Complementary color
Monochromatic Colors of #52111B
Black with #52111B
Text Example
Text Example
White with #52111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52111B; }
p { color: rgb(82,17,27); }
H1.HeaderClassName
{
color: #52111B;
}
.AnyTagClassName
{
color: #52111B;
}
</style>
background-color css
<style>
a { background-color: #52111B; }
a { background-color: rgb(82,17,27); }
div.DivClassName
{
background-color: #52111B;
}
.BgClassName
{
background-color: #52111B;
}
</style>
border-color css
<style>
span { border-color: #52111B; }
span { border-color: rgb(82,17,27); }
td.TdClassName
{
border-color: #52111B;
}
.TagClassName
{
border-color: #52111B;
}
</style>