Shades of Bordeaux #52111F
Tints of Bordeaux #52111F
RGB
CMYK
RGB Variations
Color information
#52111F (or 0x52111F) is known color: Bordeaux. HEX triplet: 52, 11 and 1F. RGB value is (82,17,31). Sum of RGB (Red+Green+Blue) = 82+17+31=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111F is #ADEEE0. Grayscale: #262626. Windows color (decimal): -11398881 or 2036050. OLE color: 2036050.
HSL color Cylindrical-coordinate representation of color #52111F: hue angle of 347.08º 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 #52111F is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 31 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.68 |
| HSL | 347.08º | 0.66% | 0.19% | - |
| HSV(B) | 347.08º | 0.79% | 0.32% | - |
| XYZ | 3.93 | 2.29 | 1.53 | - |
| YUV | 38.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 31 | 0 | 0.79 | 0.62 | 0.68 | 347.08 | 0.66 | 0.19 |
| Hex | 52 | 11 | 1F | 0 | 4F | 3E | 44 | 15B | 42 | 13 |
| Octal | 122 | 21 | 37 | 0 | 117 | 76 | 104 | 533 | 102 | 23 |
| Binary | 1010010 | 10001 | 11111 | 0 | 1001111 | 111110 | 1000100 | 101011011 | 1000010 | 10011 |
Color Harmonies of #52111F
Complementary color
Monochromatic Colors of #52111F
Black with #52111F
Text Example
Text Example
White with #52111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52111F; }
p { color: rgb(82,17,31); }
H1.HeaderClassName
{
color: #52111F;
}
.AnyTagClassName
{
color: #52111F;
}
</style>
background-color css
<style>
a { background-color: #52111F; }
a { background-color: rgb(82,17,31); }
div.DivClassName
{
background-color: #52111F;
}
.BgClassName
{
background-color: #52111F;
}
</style>
border-color css
<style>
span { border-color: #52111F; }
span { border-color: rgb(82,17,31); }
td.TdClassName
{
border-color: #52111F;
}
.TagClassName
{
border-color: #52111F;
}
</style>