Shades of Bordeaux #511A27
Tints of Bordeaux #511A27
RGB
CMYK
RGB Variations
Color information
#511A27 (or 0x511A27) is known color: Bordeaux. HEX triplet: 51, 1A and 27. RGB value is (81,26,39). Sum of RGB (Red+Green+Blue) = 81+26+39=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A27 is #AEE5D8. Grayscale: #2B2B2B. Windows color (decimal): -11462105 or 2562641. OLE color: 2562641.
HSL color Cylindrical-coordinate representation of color #511A27: hue angle of 345.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A27 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 39 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.68 |
| HSL | 345.82º | 0.51% | 0.21% | - |
| HSV(B) | 345.82º | 0.68% | 0.32% | - |
| XYZ | 4.13 | 2.63 | 2.21 | - |
| YUV | 43.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 39 | 0 | 0.68 | 0.52 | 0.68 | 345.82 | 0.51 | 0.21 |
| Hex | 51 | 1A | 27 | 0 | 44 | 34 | 44 | 15A | 33 | 15 |
| Octal | 121 | 32 | 47 | 0 | 104 | 64 | 104 | 532 | 63 | 25 |
| Binary | 1010001 | 11010 | 100111 | 0 | 1000100 | 110100 | 1000100 | 101011010 | 110011 | 10101 |
Color Harmonies of #511A27
Complementary color
Monochromatic Colors of #511A27
Black with #511A27
Text Example
Text Example
White with #511A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A27; }
p { color: rgb(81,26,39); }
H1.HeaderClassName
{
color: #511A27;
}
.AnyTagClassName
{
color: #511A27;
}
</style>
background-color css
<style>
a { background-color: #511A27; }
a { background-color: rgb(81,26,39); }
div.DivClassName
{
background-color: #511A27;
}
.BgClassName
{
background-color: #511A27;
}
</style>
border-color css
<style>
span { border-color: #511A27; }
span { border-color: rgb(81,26,39); }
td.TdClassName
{
border-color: #511A27;
}
.TagClassName
{
border-color: #511A27;
}
</style>