Shades of Bordeaux #510919
Tints of Bordeaux #510919
RGB
CMYK
RGB Variations
Color information
#510919 (or 0x510919) is known color: Bordeaux. HEX triplet: 51, 09 and 19. RGB value is (81,9,25). Sum of RGB (Red+Green+Blue) = 81+9+25=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #510919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510919 is #AEF6E6. Grayscale: #202020. Windows color (decimal): -11466471 or 1640785. OLE color: 1640785.
HSL color Cylindrical-coordinate representation of color #510919: hue angle of 346.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510919 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 25 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.68 |
| HSL | 346.67º | 0.8% | 0.18% | - |
| HSV(B) | 346.67º | 0.89% | 0.32% | - |
| XYZ | 3.67 | 2.01 | 1.12 | - |
| YUV | 32.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 25 | 0 | 0.89 | 0.69 | 0.68 | 346.67 | 0.8 | 0.18 |
| Hex | 51 | 9 | 19 | 0 | 59 | 45 | 44 | 15B | 50 | 12 |
| Octal | 121 | 11 | 31 | 0 | 131 | 105 | 104 | 533 | 120 | 22 |
| Binary | 1010001 | 1001 | 11001 | 0 | 1011001 | 1000101 | 1000100 | 101011011 | 1010000 | 10010 |
Color Harmonies of #510919
Complementary color
Monochromatic Colors of #510919
Black with #510919
Text Example
Text Example
White with #510919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510919; }
p { color: rgb(81,9,25); }
H1.HeaderClassName
{
color: #510919;
}
.AnyTagClassName
{
color: #510919;
}
</style>
background-color css
<style>
a { background-color: #510919; }
a { background-color: rgb(81,9,25); }
div.DivClassName
{
background-color: #510919;
}
.BgClassName
{
background-color: #510919;
}
</style>
border-color css
<style>
span { border-color: #510919; }
span { border-color: rgb(81,9,25); }
td.TdClassName
{
border-color: #510919;
}
.TagClassName
{
border-color: #510919;
}
</style>