Shades of Bordeaux #52000C
Tints of Bordeaux #52000C
RGB
CMYK
RGB Variations
Color information
#52000C (or 0x52000C) is known color: Bordeaux. HEX triplet: 52, 00 and 0C. RGB value is (82,0,12). Sum of RGB (Red+Green+Blue) = 82+0+12=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #52000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000C is #ADFFF3. Grayscale: #191919. Windows color (decimal): -11403252 or 786514. OLE color: 786514.
HSL color Cylindrical-coordinate representation of color #52000C: hue angle of 351.22º 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 #52000C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.85 | 0.68 |
| HSL | 351.22º | 1% | 0.16% | - |
| HSV(B) | 351.22º | 1% | 0.32% | - |
| XYZ | 3.55 | 1.82 | 0.51 | - |
| YUV | 25.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 12 | 0 | 1 | 0.85 | 0.68 | 351.22 | 1 | 0.16 |
| Hex | 52 | 0 | C | 0 | 64 | 55 | 44 | 15F | 64 | 10 |
| Octal | 122 | 0 | 14 | 0 | 144 | 125 | 104 | 537 | 144 | 20 |
| Binary | 1010010 | 0 | 1100 | 0 | 1100100 | 1010101 | 1000100 | 101011111 | 1100100 | 10000 |
Color Harmonies of #52000C
Complementary color
Monochromatic Colors of #52000C
Black with #52000C
Text Example
Text Example
White with #52000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52000C; }
p { color: rgb(82,0,12); }
H1.HeaderClassName
{
color: #52000C;
}
.AnyTagClassName
{
color: #52000C;
}
</style>
background-color css
<style>
a { background-color: #52000C; }
a { background-color: rgb(82,0,12); }
div.DivClassName
{
background-color: #52000C;
}
.BgClassName
{
background-color: #52000C;
}
</style>
border-color css
<style>
span { border-color: #52000C; }
span { border-color: rgb(82,0,12); }
td.TdClassName
{
border-color: #52000C;
}
.TagClassName
{
border-color: #52000C;
}
</style>