Shades of Bordeaux #52001C
Tints of Bordeaux #52001C
RGB
CMYK
RGB Variations
Color information
#52001C (or 0x52001C) is known color: Bordeaux. HEX triplet: 52, 00 and 1C. RGB value is (82,0,28). Sum of RGB (Red+Green+Blue) = 82+0+28=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001C is #ADFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11403236 or 1835090. OLE color: 1835090.
HSL color Cylindrical-coordinate representation of color #52001C: hue angle of 339.51º 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 #52001C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.66 | 0.68 |
| HSL | 339.51º | 1% | 0.16% | - |
| HSV(B) | 339.51º | 1% | 0.32% | - |
| XYZ | 3.69 | 1.88 | 1.27 | - |
| YUV | 27.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 28 | 0 | 1 | 0.66 | 0.68 | 339.51 | 1 | 0.16 |
| Hex | 52 | 0 | 1C | 0 | 64 | 42 | 44 | 154 | 64 | 10 |
| Octal | 122 | 0 | 34 | 0 | 144 | 102 | 104 | 524 | 144 | 20 |
| Binary | 1010010 | 0 | 11100 | 0 | 1100100 | 1000010 | 1000100 | 101010100 | 1100100 | 10000 |
Color Harmonies of #52001C
Complementary color
Monochromatic Colors of #52001C
Black with #52001C
Text Example
Text Example
White with #52001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52001C; }
p { color: rgb(82,0,28); }
H1.HeaderClassName
{
color: #52001C;
}
.AnyTagClassName
{
color: #52001C;
}
</style>
background-color css
<style>
a { background-color: #52001C; }
a { background-color: rgb(82,0,28); }
div.DivClassName
{
background-color: #52001C;
}
.BgClassName
{
background-color: #52001C;
}
</style>
border-color css
<style>
span { border-color: #52001C; }
span { border-color: rgb(82,0,28); }
td.TdClassName
{
border-color: #52001C;
}
.TagClassName
{
border-color: #52001C;
}
</style>