Shades of Bordeaux #511619
Tints of Bordeaux #511619
RGB
CMYK
RGB Variations
Color information
#511619 (or 0x511619) is known color: Bordeaux. HEX triplet: 51, 16 and 19. RGB value is (81,22,25). Sum of RGB (Red+Green+Blue) = 81+22+25=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511619 is #AEE9E6. Grayscale: #282828. Windows color (decimal): -11463143 or 1644113. OLE color: 1644113.
HSL color Cylindrical-coordinate representation of color #511619: hue angle of 356.95º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511619 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 25 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.68 |
| HSL | 356.95º | 0.57% | 0.2% | - |
| HSV(B) | 356.95º | 0.73% | 0.32% | - |
| XYZ | 3.86 | 2.39 | 1.18 | - |
| YUV | 39.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 25 | 0 | 0.73 | 0.69 | 0.68 | 356.95 | 0.57 | 0.2 |
| Hex | 51 | 16 | 19 | 0 | 49 | 45 | 44 | 165 | 39 | 14 |
| Octal | 121 | 26 | 31 | 0 | 111 | 105 | 104 | 545 | 71 | 24 |
| Binary | 1010001 | 10110 | 11001 | 0 | 1001001 | 1000101 | 1000100 | 101100101 | 111001 | 10100 |
Color Harmonies of #511619
Complementary color
Monochromatic Colors of #511619
Black with #511619
Text Example
Text Example
White with #511619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511619; }
p { color: rgb(81,22,25); }
H1.HeaderClassName
{
color: #511619;
}
.AnyTagClassName
{
color: #511619;
}
</style>
background-color css
<style>
a { background-color: #511619; }
a { background-color: rgb(81,22,25); }
div.DivClassName
{
background-color: #511619;
}
.BgClassName
{
background-color: #511619;
}
</style>
border-color css
<style>
span { border-color: #511619; }
span { border-color: rgb(81,22,25); }
td.TdClassName
{
border-color: #511619;
}
.TagClassName
{
border-color: #511619;
}
</style>