Shades of Bordeaux #511E27
Tints of Bordeaux #511E27
RGB
CMYK
RGB Variations
Color information
#511E27 (or 0x511E27) is known color: Bordeaux. HEX triplet: 51, 1E and 27. RGB value is (81,30,39). Sum of RGB (Red+Green+Blue) = 81+30+39=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E27 is #AEE1D8. Grayscale: #2E2E2E. Windows color (decimal): -11461081 or 2563665. OLE color: 2563665.
HSL color Cylindrical-coordinate representation of color #511E27: hue angle of 349.41º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E27 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 39 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.68 |
| HSL | 349.41º | 0.46% | 0.22% | - |
| HSV(B) | 349.41º | 0.63% | 0.32% | - |
| XYZ | 4.22 | 2.82 | 2.24 | - |
| YUV | 46.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 39 | 0 | 0.63 | 0.52 | 0.68 | 349.41 | 0.46 | 0.22 |
| Hex | 51 | 1E | 27 | 0 | 3F | 34 | 44 | 15D | 2E | 16 |
| Octal | 121 | 36 | 47 | 0 | 77 | 64 | 104 | 535 | 56 | 26 |
| Binary | 1010001 | 11110 | 100111 | 0 | 111111 | 110100 | 1000100 | 101011101 | 101110 | 10110 |
Color Harmonies of #511E27
Complementary color
Monochromatic Colors of #511E27
Black with #511E27
Text Example
Text Example
White with #511E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E27; }
p { color: rgb(81,30,39); }
H1.HeaderClassName
{
color: #511E27;
}
.AnyTagClassName
{
color: #511E27;
}
</style>
background-color css
<style>
a { background-color: #511E27; }
a { background-color: rgb(81,30,39); }
div.DivClassName
{
background-color: #511E27;
}
.BgClassName
{
background-color: #511E27;
}
</style>
border-color css
<style>
span { border-color: #511E27; }
span { border-color: rgb(81,30,39); }
td.TdClassName
{
border-color: #511E27;
}
.TagClassName
{
border-color: #511E27;
}
</style>