Shades of Bordeaux #52111C
Tints of Bordeaux #52111C
RGB
CMYK
RGB Variations
Color information
#52111C (or 0x52111C) is known color: Bordeaux. HEX triplet: 52, 11 and 1C. RGB value is (82,17,28). Sum of RGB (Red+Green+Blue) = 82+17+28=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111C is #ADEEE3. Grayscale: #252525. Windows color (decimal): -11398884 or 1839442. OLE color: 1839442.
HSL color Cylindrical-coordinate representation of color #52111C: hue angle of 349.85º 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 #52111C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 28 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.68 |
| HSL | 349.85º | 0.66% | 0.19% | - |
| HSV(B) | 349.85º | 0.79% | 0.32% | - |
| XYZ | 3.89 | 2.28 | 1.33 | - |
| YUV | 37.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 28 | 0 | 0.79 | 0.66 | 0.68 | 349.85 | 0.66 | 0.19 |
| Hex | 52 | 11 | 1C | 0 | 4F | 42 | 44 | 15E | 42 | 13 |
| Octal | 122 | 21 | 34 | 0 | 117 | 102 | 104 | 536 | 102 | 23 |
| Binary | 1010010 | 10001 | 11100 | 0 | 1001111 | 1000010 | 1000100 | 101011110 | 1000010 | 10011 |
Color Harmonies of #52111C
Complementary color
Monochromatic Colors of #52111C
Black with #52111C
Text Example
Text Example
White with #52111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52111C; }
p { color: rgb(82,17,28); }
H1.HeaderClassName
{
color: #52111C;
}
.AnyTagClassName
{
color: #52111C;
}
</style>
background-color css
<style>
a { background-color: #52111C; }
a { background-color: rgb(82,17,28); }
div.DivClassName
{
background-color: #52111C;
}
.BgClassName
{
background-color: #52111C;
}
</style>
border-color css
<style>
span { border-color: #52111C; }
span { border-color: rgb(82,17,28); }
td.TdClassName
{
border-color: #52111C;
}
.TagClassName
{
border-color: #52111C;
}
</style>