Shades of Bordeaux #51041D
Tints of Bordeaux #51041D
RGB
CMYK
RGB Variations
Color information
#51041D (or 0x51041D) is known color: Bordeaux. HEX triplet: 51, 04 and 1D. RGB value is (81,4,29). Sum of RGB (Red+Green+Blue) = 81+4+29=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041D is #AEFBE2. Grayscale: #1D1D1D. Windows color (decimal): -11467747 or 1901649. OLE color: 1901649.
HSL color Cylindrical-coordinate representation of color #51041D: hue angle of 340.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51041D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 29 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.68 |
| HSL | 340.52º | 0.91% | 0.17% | - |
| HSV(B) | 340.52º | 0.95% | 0.32% | - |
| XYZ | 3.66 | 1.92 | 1.34 | - |
| YUV | 29.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 29 | 0 | 0.95 | 0.64 | 0.68 | 340.52 | 0.91 | 0.17 |
| Hex | 51 | 4 | 1D | 0 | 5F | 40 | 44 | 155 | 5B | 11 |
| Octal | 121 | 4 | 35 | 0 | 137 | 100 | 104 | 525 | 133 | 21 |
| Binary | 1010001 | 100 | 11101 | 0 | 1011111 | 1000000 | 1000100 | 101010101 | 1011011 | 10001 |
Color Harmonies of #51041D
Complementary color
Monochromatic Colors of #51041D
Black with #51041D
Text Example
Text Example
White with #51041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51041D; }
p { color: rgb(81,4,29); }
H1.HeaderClassName
{
color: #51041D;
}
.AnyTagClassName
{
color: #51041D;
}
</style>
background-color css
<style>
a { background-color: #51041D; }
a { background-color: rgb(81,4,29); }
div.DivClassName
{
background-color: #51041D;
}
.BgClassName
{
background-color: #51041D;
}
</style>
border-color css
<style>
span { border-color: #51041D; }
span { border-color: rgb(81,4,29); }
td.TdClassName
{
border-color: #51041D;
}
.TagClassName
{
border-color: #51041D;
}
</style>