Shades of Bordeaux #511827
Tints of Bordeaux #511827
RGB
CMYK
RGB Variations
Color information
#511827 (or 0x511827) is known color: Bordeaux. HEX triplet: 51, 18 and 27. RGB value is (81,24,39). Sum of RGB (Red+Green+Blue) = 81+24+39=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #511827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511827 is #AEE7D8. Grayscale: #2A2A2A. Windows color (decimal): -11462617 or 2562129. OLE color: 2562129.
HSL color Cylindrical-coordinate representation of color #511827: hue angle of 344.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511827 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 39 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.68 |
| HSL | 344.21º | 0.54% | 0.21% | - |
| HSV(B) | 344.21º | 0.7% | 0.32% | - |
| XYZ | 4.09 | 2.55 | 2.2 | - |
| YUV | 42.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 39 | 0 | 0.70 | 0.52 | 0.68 | 344.21 | 0.54 | 0.21 |
| Hex | 51 | 18 | 27 | 0 | 46 | 34 | 44 | 158 | 36 | 15 |
| Octal | 121 | 30 | 47 | 0 | 106 | 64 | 104 | 530 | 66 | 25 |
| Binary | 1010001 | 11000 | 100111 | 0 | 1000110 | 110100 | 1000100 | 101011000 | 110110 | 10101 |
Color Harmonies of #511827
Complementary color
Monochromatic Colors of #511827
Black with #511827
Text Example
Text Example
White with #511827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511827; }
p { color: rgb(81,24,39); }
H1.HeaderClassName
{
color: #511827;
}
.AnyTagClassName
{
color: #511827;
}
</style>
background-color css
<style>
a { background-color: #511827; }
a { background-color: rgb(81,24,39); }
div.DivClassName
{
background-color: #511827;
}
.BgClassName
{
background-color: #511827;
}
</style>
border-color css
<style>
span { border-color: #511827; }
span { border-color: rgb(81,24,39); }
td.TdClassName
{
border-color: #511827;
}
.TagClassName
{
border-color: #511827;
}
</style>