Shades of Bordeaux #510411
Tints of Bordeaux #510411
RGB
CMYK
RGB Variations
Color information
#510411 (or 0x510411) is known color: Bordeaux. HEX triplet: 51, 04 and 11. RGB value is (81,4,17). Sum of RGB (Red+Green+Blue) = 81+4+17=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510411 is #AEFBEE. Grayscale: #1C1C1C. Windows color (decimal): -11467759 or 1115217. OLE color: 1115217.
HSL color Cylindrical-coordinate representation of color #510411: hue angle of 349.87º 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 #510411 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 17 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.68 |
| HSL | 349.87º | 0.91% | 0.17% | - |
| HSV(B) | 349.87º | 0.95% | 0.32% | - |
| XYZ | 3.54 | 1.88 | 0.71 | - |
| YUV | 28.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 17 | 0 | 0.95 | 0.79 | 0.68 | 349.87 | 0.91 | 0.17 |
| Hex | 51 | 4 | 11 | 0 | 5F | 4F | 44 | 15E | 5B | 11 |
| Octal | 121 | 4 | 21 | 0 | 137 | 117 | 104 | 536 | 133 | 21 |
| Binary | 1010001 | 100 | 10001 | 0 | 1011111 | 1001111 | 1000100 | 101011110 | 1011011 | 10001 |
Color Harmonies of #510411
Complementary color
Monochromatic Colors of #510411
Black with #510411
Text Example
Text Example
White with #510411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510411; }
p { color: rgb(81,4,17); }
H1.HeaderClassName
{
color: #510411;
}
.AnyTagClassName
{
color: #510411;
}
</style>
background-color css
<style>
a { background-color: #510411; }
a { background-color: rgb(81,4,17); }
div.DivClassName
{
background-color: #510411;
}
.BgClassName
{
background-color: #510411;
}
</style>
border-color css
<style>
span { border-color: #510411; }
span { border-color: rgb(81,4,17); }
td.TdClassName
{
border-color: #510411;
}
.TagClassName
{
border-color: #510411;
}
</style>