Shades of Bordeaux #52001F
Tints of Bordeaux #52001F
RGB
CMYK
RGB Variations
Color information
#52001F (or 0x52001F) is known color: Bordeaux. HEX triplet: 52, 00 and 1F. RGB value is (82,0,31). Sum of RGB (Red+Green+Blue) = 82+0+31=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001F is #ADFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11403233 or 2031698. OLE color: 2031698.
HSL color Cylindrical-coordinate representation of color #52001F: hue angle of 337.32º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52001F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.62 | 0.68 |
| HSL | 337.32º | 1% | 0.16% | - |
| HSV(B) | 337.32º | 1% | 0.32% | - |
| XYZ | 3.73 | 1.89 | 1.47 | - |
| YUV | 28.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 31 | 0 | 1 | 0.62 | 0.68 | 337.32 | 1 | 0.16 |
| Hex | 52 | 0 | 1F | 0 | 64 | 3E | 44 | 151 | 64 | 10 |
| Octal | 122 | 0 | 37 | 0 | 144 | 76 | 104 | 521 | 144 | 20 |
| Binary | 1010010 | 0 | 11111 | 0 | 1100100 | 111110 | 1000100 | 101010001 | 1100100 | 10000 |
Color Harmonies of #52001F
Complementary color
Monochromatic Colors of #52001F
Black with #52001F
Text Example
Text Example
White with #52001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52001F; }
p { color: rgb(82,0,31); }
H1.HeaderClassName
{
color: #52001F;
}
.AnyTagClassName
{
color: #52001F;
}
</style>
background-color css
<style>
a { background-color: #52001F; }
a { background-color: rgb(82,0,31); }
div.DivClassName
{
background-color: #52001F;
}
.BgClassName
{
background-color: #52001F;
}
</style>
border-color css
<style>
span { border-color: #52001F; }
span { border-color: rgb(82,0,31); }
td.TdClassName
{
border-color: #52001F;
}
.TagClassName
{
border-color: #52001F;
}
</style>