Shades of Bordeaux #51101B
Tints of Bordeaux #51101B
RGB
CMYK
RGB Variations
Color information
#51101B (or 0x51101B) is known color: Bordeaux. HEX triplet: 51, 10 and 1B. RGB value is (81,16,27). Sum of RGB (Red+Green+Blue) = 81+16+27=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101B is #AEEFE4. Grayscale: #242424. Windows color (decimal): -11464677 or 1773649. OLE color: 1773649.
HSL color Cylindrical-coordinate representation of color #51101B: hue angle of 349.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51101B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 16 | 27 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.68 |
| HSL | 349.85º | 0.67% | 0.19% | - |
| HSV(B) | 349.85º | 0.8% | 0.32% | - |
| XYZ | 3.78 | 2.2 | 1.26 | - |
| YUV | 36.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 27 | 0 | 0.80 | 0.67 | 0.68 | 349.85 | 0.67 | 0.19 |
| Hex | 51 | 10 | 1B | 0 | 50 | 43 | 44 | 15E | 43 | 13 |
| Octal | 121 | 20 | 33 | 0 | 120 | 103 | 104 | 536 | 103 | 23 |
| Binary | 1010001 | 10000 | 11011 | 0 | 1010000 | 1000011 | 1000100 | 101011110 | 1000011 | 10011 |
Color Harmonies of #51101B
Complementary color
Monochromatic Colors of #51101B
Black with #51101B
Text Example
Text Example
White with #51101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51101B; }
p { color: rgb(81,16,27); }
H1.HeaderClassName
{
color: #51101B;
}
.AnyTagClassName
{
color: #51101B;
}
</style>
background-color css
<style>
a { background-color: #51101B; }
a { background-color: rgb(81,16,27); }
div.DivClassName
{
background-color: #51101B;
}
.BgClassName
{
background-color: #51101B;
}
</style>
border-color css
<style>
span { border-color: #51101B; }
span { border-color: rgb(81,16,27); }
td.TdClassName
{
border-color: #51101B;
}
.TagClassName
{
border-color: #51101B;
}
</style>