Shades of Bordeaux #51131D
Tints of Bordeaux #51131D
RGB
CMYK
RGB Variations
Color information
#51131D (or 0x51131D) is known color: Bordeaux. HEX triplet: 51, 13 and 1D. RGB value is (81,19,29). Sum of RGB (Red+Green+Blue) = 81+19+29=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131D is #AEECE2. Grayscale: #262626. Windows color (decimal): -11463907 or 1905489. OLE color: 1905489.
HSL color Cylindrical-coordinate representation of color #51131D: hue angle of 350.32º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51131D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 29 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.68 |
| HSL | 350.32º | 0.62% | 0.2% | - |
| HSV(B) | 350.32º | 0.77% | 0.32% | - |
| XYZ | 3.85 | 2.3 | 1.4 | - |
| YUV | 38.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 29 | 0 | 0.77 | 0.64 | 0.68 | 350.32 | 0.62 | 0.2 |
| Hex | 51 | 13 | 1D | 0 | 4D | 40 | 44 | 15E | 3E | 14 |
| Octal | 121 | 23 | 35 | 0 | 115 | 100 | 104 | 536 | 76 | 24 |
| Binary | 1010001 | 10011 | 11101 | 0 | 1001101 | 1000000 | 1000100 | 101011110 | 111110 | 10100 |
Color Harmonies of #51131D
Complementary color
Monochromatic Colors of #51131D
Black with #51131D
Text Example
Text Example
White with #51131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51131D; }
p { color: rgb(81,19,29); }
H1.HeaderClassName
{
color: #51131D;
}
.AnyTagClassName
{
color: #51131D;
}
</style>
background-color css
<style>
a { background-color: #51131D; }
a { background-color: rgb(81,19,29); }
div.DivClassName
{
background-color: #51131D;
}
.BgClassName
{
background-color: #51131D;
}
</style>
border-color css
<style>
span { border-color: #51131D; }
span { border-color: rgb(81,19,29); }
td.TdClassName
{
border-color: #51131D;
}
.TagClassName
{
border-color: #51131D;
}
</style>