Shades of Bordeaux #52101C
Tints of Bordeaux #52101C
RGB
CMYK
RGB Variations
Color information
#52101C (or 0x52101C) is known color: Bordeaux. HEX triplet: 52, 10 and 1C. RGB value is (82,16,28). Sum of RGB (Red+Green+Blue) = 82+16+28=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101C is #ADEFE3. Grayscale: #252525. Windows color (decimal): -11399140 or 1839186. OLE color: 1839186.
HSL color Cylindrical-coordinate representation of color #52101C: hue angle of 349.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52101C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 28 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.68 |
| HSL | 349.09º | 0.67% | 0.19% | - |
| HSV(B) | 349.09º | 0.8% | 0.32% | - |
| XYZ | 3.87 | 2.25 | 1.33 | - |
| YUV | 37.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 28 | 0 | 0.80 | 0.66 | 0.68 | 349.09 | 0.67 | 0.19 |
| Hex | 52 | 10 | 1C | 0 | 50 | 42 | 44 | 15D | 43 | 13 |
| Octal | 122 | 20 | 34 | 0 | 120 | 102 | 104 | 535 | 103 | 23 |
| Binary | 1010010 | 10000 | 11100 | 0 | 1010000 | 1000010 | 1000100 | 101011101 | 1000011 | 10011 |
Color Harmonies of #52101C
Complementary color
Monochromatic Colors of #52101C
Black with #52101C
Text Example
Text Example
White with #52101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52101C; }
p { color: rgb(82,16,28); }
H1.HeaderClassName
{
color: #52101C;
}
.AnyTagClassName
{
color: #52101C;
}
</style>
background-color css
<style>
a { background-color: #52101C; }
a { background-color: rgb(82,16,28); }
div.DivClassName
{
background-color: #52101C;
}
.BgClassName
{
background-color: #52101C;
}
</style>
border-color css
<style>
span { border-color: #52101C; }
span { border-color: rgb(82,16,28); }
td.TdClassName
{
border-color: #52101C;
}
.TagClassName
{
border-color: #52101C;
}
</style>