Shades of Bordeaux #52191E
Tints of Bordeaux #52191E
RGB
CMYK
RGB Variations
Color information
#52191E (or 0x52191E) is known color: Bordeaux. HEX triplet: 52, 19 and 1E. RGB value is (82,25,30). Sum of RGB (Red+Green+Blue) = 82+25+30=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #52191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191E is #ADE6E1. Grayscale: #2A2A2A. Windows color (decimal): -11396834 or 1972562. OLE color: 1972562.
HSL color Cylindrical-coordinate representation of color #52191E: hue angle of 354.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52191E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 30 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.68 |
| HSL | 354.74º | 0.53% | 0.21% | - |
| HSV(B) | 354.74º | 0.7% | 0.32% | - |
| XYZ | 4.06 | 2.58 | 1.51 | - |
| YUV | 42.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 30 | 0 | 0.70 | 0.63 | 0.68 | 354.74 | 0.53 | 0.21 |
| Hex | 52 | 19 | 1E | 0 | 46 | 3F | 44 | 163 | 35 | 15 |
| Octal | 122 | 31 | 36 | 0 | 106 | 77 | 104 | 543 | 65 | 25 |
| Binary | 1010010 | 11001 | 11110 | 0 | 1000110 | 111111 | 1000100 | 101100011 | 110101 | 10101 |
Color Harmonies of #52191E
Complementary color
Monochromatic Colors of #52191E
Black with #52191E
Text Example
Text Example
White with #52191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52191E; }
p { color: rgb(82,25,30); }
H1.HeaderClassName
{
color: #52191E;
}
.AnyTagClassName
{
color: #52191E;
}
</style>
background-color css
<style>
a { background-color: #52191E; }
a { background-color: rgb(82,25,30); }
div.DivClassName
{
background-color: #52191E;
}
.BgClassName
{
background-color: #52191E;
}
</style>
border-color css
<style>
span { border-color: #52191E; }
span { border-color: rgb(82,25,30); }
td.TdClassName
{
border-color: #52191E;
}
.TagClassName
{
border-color: #52191E;
}
</style>