Shades of Bordeaux #51192B
Tints of Bordeaux #51192B
RGB
CMYK
RGB Variations
Color information
#51192B (or 0x51192B) is known color: Bordeaux. HEX triplet: 51, 19 and 2B. RGB value is (81,25,43). Sum of RGB (Red+Green+Blue) = 81+25+43=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51192B is #AEE6D4. Grayscale: #2B2B2B. Windows color (decimal): -11462357 or 2824529. OLE color: 2824529.
HSL color Cylindrical-coordinate representation of color #51192B: hue angle of 340.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51192B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 43 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.68 |
| HSL | 340.71º | 0.53% | 0.21% | - |
| HSV(B) | 340.71º | 0.69% | 0.32% | - |
| XYZ | 4.18 | 2.62 | 2.57 | - |
| YUV | 43.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 43 | 0 | 0.69 | 0.47 | 0.68 | 340.71 | 0.53 | 0.21 |
| Hex | 51 | 19 | 2B | 0 | 45 | 2F | 44 | 155 | 35 | 15 |
| Octal | 121 | 31 | 53 | 0 | 105 | 57 | 104 | 525 | 65 | 25 |
| Binary | 1010001 | 11001 | 101011 | 0 | 1000101 | 101111 | 1000100 | 101010101 | 110101 | 10101 |
Color Harmonies of #51192B
Complementary color
Monochromatic Colors of #51192B
Black with #51192B
Text Example
Text Example
White with #51192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51192B; }
p { color: rgb(81,25,43); }
H1.HeaderClassName
{
color: #51192B;
}
.AnyTagClassName
{
color: #51192B;
}
</style>
background-color css
<style>
a { background-color: #51192B; }
a { background-color: rgb(81,25,43); }
div.DivClassName
{
background-color: #51192B;
}
.BgClassName
{
background-color: #51192B;
}
</style>
border-color css
<style>
span { border-color: #51192B; }
span { border-color: rgb(81,25,43); }
td.TdClassName
{
border-color: #51192B;
}
.TagClassName
{
border-color: #51192B;
}
</style>