Shades of Bordeaux #52212B
Tints of Bordeaux #52212B
RGB
CMYK
RGB Variations
Color information
#52212B (or 0x52212B) is known color: Bordeaux. HEX triplet: 52, 21 and 2B. RGB value is (82,33,43). Sum of RGB (Red+Green+Blue) = 82+33+43=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52212B is #ADDED4. Grayscale: #303030. Windows color (decimal): -11394773 or 2826578. OLE color: 2826578.
HSL color Cylindrical-coordinate representation of color #52212B: hue angle of 347.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52212B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 43 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.68 |
| HSL | 347.76º | 0.43% | 0.23% | - |
| HSV(B) | 347.76º | 0.6% | 0.32% | - |
| XYZ | 4.46 | 3.06 | 2.64 | - |
| YUV | 48.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 43 | 0 | 0.60 | 0.48 | 0.68 | 347.76 | 0.43 | 0.23 |
| Hex | 52 | 21 | 2B | 0 | 3C | 30 | 44 | 15C | 2B | 17 |
| Octal | 122 | 41 | 53 | 0 | 74 | 60 | 104 | 534 | 53 | 27 |
| Binary | 1010010 | 100001 | 101011 | 0 | 111100 | 110000 | 1000100 | 101011100 | 101011 | 10111 |
Color Harmonies of #52212B
Complementary color
Monochromatic Colors of #52212B
Black with #52212B
Text Example
Text Example
White with #52212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52212B; }
p { color: rgb(82,33,43); }
H1.HeaderClassName
{
color: #52212B;
}
.AnyTagClassName
{
color: #52212B;
}
</style>
background-color css
<style>
a { background-color: #52212B; }
a { background-color: rgb(82,33,43); }
div.DivClassName
{
background-color: #52212B;
}
.BgClassName
{
background-color: #52212B;
}
</style>
border-color css
<style>
span { border-color: #52212B; }
span { border-color: rgb(82,33,43); }
td.TdClassName
{
border-color: #52212B;
}
.TagClassName
{
border-color: #52212B;
}
</style>