Shades of Bordeaux #52011C
Tints of Bordeaux #52011C
RGB
CMYK
RGB Variations
Color information
#52011C (or 0x52011C) is known color: Bordeaux. HEX triplet: 52, 01 and 1C. RGB value is (82,1,28). Sum of RGB (Red+Green+Blue) = 82+1+28=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011C is #ADFEE3. Grayscale: #1C1C1C. Windows color (decimal): -11402980 or 1835346. OLE color: 1835346.
HSL color Cylindrical-coordinate representation of color #52011C: hue angle of 340º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52011C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.68 |
| HSL | 340º | 0.98% | 0.16% | - |
| HSV(B) | 340º | 0.99% | 0.32% | - |
| XYZ | 3.7 | 1.9 | 1.27 | - |
| YUV | 28.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 28 | 0 | 0.99 | 0.66 | 0.68 | 340 | 0.98 | 0.16 |
| Hex | 52 | 1 | 1C | 0 | 63 | 42 | 44 | 154 | 62 | 10 |
| Octal | 122 | 1 | 34 | 0 | 143 | 102 | 104 | 524 | 142 | 20 |
| Binary | 1010010 | 1 | 11100 | 0 | 1100011 | 1000010 | 1000100 | 101010100 | 1100010 | 10000 |
Color Harmonies of #52011C
Complementary color
Monochromatic Colors of #52011C
Black with #52011C
Text Example
Text Example
White with #52011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52011C; }
p { color: rgb(82,1,28); }
H1.HeaderClassName
{
color: #52011C;
}
.AnyTagClassName
{
color: #52011C;
}
</style>
background-color css
<style>
a { background-color: #52011C; }
a { background-color: rgb(82,1,28); }
div.DivClassName
{
background-color: #52011C;
}
.BgClassName
{
background-color: #52011C;
}
</style>
border-color css
<style>
span { border-color: #52011C; }
span { border-color: rgb(82,1,28); }
td.TdClassName
{
border-color: #52011C;
}
.TagClassName
{
border-color: #52011C;
}
</style>