Shades of Bordeaux #52141E
Tints of Bordeaux #52141E
RGB
CMYK
RGB Variations
Color information
#52141E (or 0x52141E) is known color: Bordeaux. HEX triplet: 52, 14 and 1E. RGB value is (82,20,30). Sum of RGB (Red+Green+Blue) = 82+20+30=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52141E is #ADEBE1. Grayscale: #272727. Windows color (decimal): -11398114 or 1971282. OLE color: 1971282.
HSL color Cylindrical-coordinate representation of color #52141E: hue angle of 350.32º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52141E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 30 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.68 |
| HSL | 350.32º | 0.61% | 0.2% | - |
| HSV(B) | 350.32º | 0.76% | 0.32% | - |
| XYZ | 3.96 | 2.39 | 1.48 | - |
| YUV | 39.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 30 | 0 | 0.76 | 0.63 | 0.68 | 350.32 | 0.61 | 0.2 |
| Hex | 52 | 14 | 1E | 0 | 4C | 3F | 44 | 15E | 3D | 14 |
| Octal | 122 | 24 | 36 | 0 | 114 | 77 | 104 | 536 | 75 | 24 |
| Binary | 1010010 | 10100 | 11110 | 0 | 1001100 | 111111 | 1000100 | 101011110 | 111101 | 10100 |
Color Harmonies of #52141E
Complementary color
Monochromatic Colors of #52141E
Black with #52141E
Text Example
Text Example
White with #52141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52141E; }
p { color: rgb(82,20,30); }
H1.HeaderClassName
{
color: #52141E;
}
.AnyTagClassName
{
color: #52141E;
}
</style>
background-color css
<style>
a { background-color: #52141E; }
a { background-color: rgb(82,20,30); }
div.DivClassName
{
background-color: #52141E;
}
.BgClassName
{
background-color: #52141E;
}
</style>
border-color css
<style>
span { border-color: #52141E; }
span { border-color: rgb(82,20,30); }
td.TdClassName
{
border-color: #52141E;
}
.TagClassName
{
border-color: #52141E;
}
</style>