Shades of Bordeaux #51051D
Tints of Bordeaux #51051D
RGB
CMYK
RGB Variations
Color information
#51051D (or 0x51051D) is known color: Bordeaux. HEX triplet: 51, 05 and 1D. RGB value is (81,5,29). Sum of RGB (Red+Green+Blue) = 81+5+29=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51051D is #AEFAE2. Grayscale: #1E1E1E. Windows color (decimal): -11467491 or 1901905. OLE color: 1901905.
HSL color Cylindrical-coordinate representation of color #51051D: hue angle of 341.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51051D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 29 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.68 |
| HSL | 341.05º | 0.88% | 0.17% | - |
| HSV(B) | 341.05º | 0.94% | 0.32% | - |
| XYZ | 3.67 | 1.95 | 1.34 | - |
| YUV | 30.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 29 | 0 | 0.94 | 0.64 | 0.68 | 341.05 | 0.88 | 0.17 |
| Hex | 51 | 5 | 1D | 0 | 5E | 40 | 44 | 155 | 58 | 11 |
| Octal | 121 | 5 | 35 | 0 | 136 | 100 | 104 | 525 | 130 | 21 |
| Binary | 1010001 | 101 | 11101 | 0 | 1011110 | 1000000 | 1000100 | 101010101 | 1011000 | 10001 |
Color Harmonies of #51051D
Complementary color
Monochromatic Colors of #51051D
Black with #51051D
Text Example
Text Example
White with #51051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51051D; }
p { color: rgb(81,5,29); }
H1.HeaderClassName
{
color: #51051D;
}
.AnyTagClassName
{
color: #51051D;
}
</style>
background-color css
<style>
a { background-color: #51051D; }
a { background-color: rgb(81,5,29); }
div.DivClassName
{
background-color: #51051D;
}
.BgClassName
{
background-color: #51051D;
}
</style>
border-color css
<style>
span { border-color: #51051D; }
span { border-color: rgb(81,5,29); }
td.TdClassName
{
border-color: #51051D;
}
.TagClassName
{
border-color: #51051D;
}
</style>