Shades of Bordeaux #511B28
Tints of Bordeaux #511B28
RGB
CMYK
RGB Variations
Color information
#511B28 (or 0x511B28) is known color: Bordeaux. HEX triplet: 51, 1B and 28. RGB value is (81,27,40). Sum of RGB (Red+Green+Blue) = 81+27+40=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B28 is #AEE4D7. Grayscale: #2C2C2C. Windows color (decimal): -11461848 or 2628433. OLE color: 2628433.
HSL color Cylindrical-coordinate representation of color #511B28: hue angle of 345.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B28 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 40 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.68 |
| HSL | 345.56º | 0.5% | 0.21% | - |
| HSV(B) | 345.56º | 0.67% | 0.32% | - |
| XYZ | 4.17 | 2.69 | 2.31 | - |
| YUV | 44.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 40 | 0 | 0.67 | 0.51 | 0.68 | 345.56 | 0.5 | 0.21 |
| Hex | 51 | 1B | 28 | 0 | 43 | 33 | 44 | 15A | 32 | 15 |
| Octal | 121 | 33 | 50 | 0 | 103 | 63 | 104 | 532 | 62 | 25 |
| Binary | 1010001 | 11011 | 101000 | 0 | 1000011 | 110011 | 1000100 | 101011010 | 110010 | 10101 |
Color Harmonies of #511B28
Complementary color
Monochromatic Colors of #511B28
Black with #511B28
Text Example
Text Example
White with #511B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B28; }
p { color: rgb(81,27,40); }
H1.HeaderClassName
{
color: #511B28;
}
.AnyTagClassName
{
color: #511B28;
}
</style>
background-color css
<style>
a { background-color: #511B28; }
a { background-color: rgb(81,27,40); }
div.DivClassName
{
background-color: #511B28;
}
.BgClassName
{
background-color: #511B28;
}
</style>
border-color css
<style>
span { border-color: #511B28; }
span { border-color: rgb(81,27,40); }
td.TdClassName
{
border-color: #511B28;
}
.TagClassName
{
border-color: #511B28;
}
</style>