Shades of Bordeaux #511922
Tints of Bordeaux #511922
RGB
CMYK
RGB Variations
Color information
#511922 (or 0x511922) is known color: Bordeaux. HEX triplet: 51, 19 and 22. RGB value is (81,25,34). Sum of RGB (Red+Green+Blue) = 81+25+34=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511922 is #AEE6DD. Grayscale: #2A2A2A. Windows color (decimal): -11462366 or 2234705. OLE color: 2234705.
HSL color Cylindrical-coordinate representation of color #511922: hue angle of 350.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511922 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 34 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.68 |
| HSL | 350.36º | 0.53% | 0.21% | - |
| HSV(B) | 350.36º | 0.69% | 0.32% | - |
| XYZ | 4.03 | 2.56 | 1.8 | - |
| YUV | 42.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 34 | 0 | 0.69 | 0.58 | 0.68 | 350.36 | 0.53 | 0.21 |
| Hex | 51 | 19 | 22 | 0 | 45 | 3A | 44 | 15E | 35 | 15 |
| Octal | 121 | 31 | 42 | 0 | 105 | 72 | 104 | 536 | 65 | 25 |
| Binary | 1010001 | 11001 | 100010 | 0 | 1000101 | 111010 | 1000100 | 101011110 | 110101 | 10101 |
Color Harmonies of #511922
Complementary color
Monochromatic Colors of #511922
Black with #511922
Text Example
Text Example
White with #511922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511922; }
p { color: rgb(81,25,34); }
H1.HeaderClassName
{
color: #511922;
}
.AnyTagClassName
{
color: #511922;
}
</style>
background-color css
<style>
a { background-color: #511922; }
a { background-color: rgb(81,25,34); }
div.DivClassName
{
background-color: #511922;
}
.BgClassName
{
background-color: #511922;
}
</style>
border-color css
<style>
span { border-color: #511922; }
span { border-color: rgb(81,25,34); }
td.TdClassName
{
border-color: #511922;
}
.TagClassName
{
border-color: #511922;
}
</style>