Shades of Bordeaux #51121D
Tints of Bordeaux #51121D
RGB
CMYK
RGB Variations
Color information
#51121D (or 0x51121D) is known color: Bordeaux. HEX triplet: 51, 12 and 1D. RGB value is (81,18,29). Sum of RGB (Red+Green+Blue) = 81+18+29=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51121D is #AEEDE2. Grayscale: #262626. Windows color (decimal): -11464163 or 1905233. OLE color: 1905233.
HSL color Cylindrical-coordinate representation of color #51121D: hue angle of 349.52º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51121D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 29 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.68 |
| HSL | 349.52º | 0.64% | 0.19% | - |
| HSV(B) | 349.52º | 0.78% | 0.32% | - |
| XYZ | 3.83 | 2.27 | 1.4 | - |
| YUV | 38.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 29 | 0 | 0.78 | 0.64 | 0.68 | 349.52 | 0.64 | 0.19 |
| Hex | 51 | 12 | 1D | 0 | 4E | 40 | 44 | 15E | 40 | 13 |
| Octal | 121 | 22 | 35 | 0 | 116 | 100 | 104 | 536 | 100 | 23 |
| Binary | 1010001 | 10010 | 11101 | 0 | 1001110 | 1000000 | 1000100 | 101011110 | 1000000 | 10011 |
Color Harmonies of #51121D
Complementary color
Monochromatic Colors of #51121D
Black with #51121D
Text Example
Text Example
White with #51121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51121D; }
p { color: rgb(81,18,29); }
H1.HeaderClassName
{
color: #51121D;
}
.AnyTagClassName
{
color: #51121D;
}
</style>
background-color css
<style>
a { background-color: #51121D; }
a { background-color: rgb(81,18,29); }
div.DivClassName
{
background-color: #51121D;
}
.BgClassName
{
background-color: #51121D;
}
</style>
border-color css
<style>
span { border-color: #51121D; }
span { border-color: rgb(81,18,29); }
td.TdClassName
{
border-color: #51121D;
}
.TagClassName
{
border-color: #51121D;
}
</style>