Shades of Bordeaux #52141B
Tints of Bordeaux #52141B
RGB
CMYK
RGB Variations
Color information
#52141B (or 0x52141B) is known color: Bordeaux. HEX triplet: 52, 14 and 1B. RGB value is (82,20,27). Sum of RGB (Red+Green+Blue) = 82+20+27=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52141B is #ADEBE4. Grayscale: #272727. Windows color (decimal): -11398117 or 1774674. OLE color: 1774674.
HSL color Cylindrical-coordinate representation of color #52141B: hue angle of 353.23º 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 #52141B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 27 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.68 |
| HSL | 353.23º | 0.61% | 0.2% | - |
| HSV(B) | 353.23º | 0.76% | 0.32% | - |
| XYZ | 3.93 | 2.37 | 1.29 | - |
| YUV | 39.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 27 | 0 | 0.76 | 0.67 | 0.68 | 353.23 | 0.61 | 0.2 |
| Hex | 52 | 14 | 1B | 0 | 4C | 43 | 44 | 161 | 3D | 14 |
| Octal | 122 | 24 | 33 | 0 | 114 | 103 | 104 | 541 | 75 | 24 |
| Binary | 1010010 | 10100 | 11011 | 0 | 1001100 | 1000011 | 1000100 | 101100001 | 111101 | 10100 |
Color Harmonies of #52141B
Complementary color
Monochromatic Colors of #52141B
Black with #52141B
Text Example
Text Example
White with #52141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52141B; }
p { color: rgb(82,20,27); }
H1.HeaderClassName
{
color: #52141B;
}
.AnyTagClassName
{
color: #52141B;
}
</style>
background-color css
<style>
a { background-color: #52141B; }
a { background-color: rgb(82,20,27); }
div.DivClassName
{
background-color: #52141B;
}
.BgClassName
{
background-color: #52141B;
}
</style>
border-color css
<style>
span { border-color: #52141B; }
span { border-color: rgb(82,20,27); }
td.TdClassName
{
border-color: #52141B;
}
.TagClassName
{
border-color: #52141B;
}
</style>