Shades of Bordeaux #51011C
Tints of Bordeaux #51011C
RGB
CMYK
RGB Variations
Color information
#51011C (or 0x51011C) is known color: Bordeaux. HEX triplet: 51, 01 and 1C. RGB value is (81,1,28). Sum of RGB (Red+Green+Blue) = 81+1+28=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51011C is #AEFEE3. Grayscale: #1B1B1B. Windows color (decimal): -11468516 or 1835345. OLE color: 1835345.
HSL color Cylindrical-coordinate representation of color #51011C: hue angle of 339.75º 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 #51011C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.68 |
| HSL | 339.75º | 0.98% | 0.16% | - |
| HSV(B) | 339.75º | 0.99% | 0.32% | - |
| XYZ | 3.61 | 1.85 | 1.27 | - |
| YUV | 28 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 28 | 0 | 0.99 | 0.65 | 0.68 | 339.75 | 0.98 | 0.16 |
| Hex | 51 | 1 | 1C | 0 | 63 | 41 | 44 | 154 | 62 | 10 |
| Octal | 121 | 1 | 34 | 0 | 143 | 101 | 104 | 524 | 142 | 20 |
| Binary | 1010001 | 1 | 11100 | 0 | 1100011 | 1000001 | 1000100 | 101010100 | 1100010 | 10000 |
Color Harmonies of #51011C
Complementary color
Monochromatic Colors of #51011C
Black with #51011C
Text Example
Text Example
White with #51011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51011C; }
p { color: rgb(81,1,28); }
H1.HeaderClassName
{
color: #51011C;
}
.AnyTagClassName
{
color: #51011C;
}
</style>
background-color css
<style>
a { background-color: #51011C; }
a { background-color: rgb(81,1,28); }
div.DivClassName
{
background-color: #51011C;
}
.BgClassName
{
background-color: #51011C;
}
</style>
border-color css
<style>
span { border-color: #51011C; }
span { border-color: rgb(81,1,28); }
td.TdClassName
{
border-color: #51011C;
}
.TagClassName
{
border-color: #51011C;
}
</style>