Shades of Bordeaux #511727
Tints of Bordeaux #511727
RGB
CMYK
RGB Variations
Color information
#511727 (or 0x511727) is known color: Bordeaux. HEX triplet: 51, 17 and 27. RGB value is (81,23,39). Sum of RGB (Red+Green+Blue) = 81+23+39=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511727 is #AEE8D8. Grayscale: #2A2A2A. Windows color (decimal): -11462873 or 2561873. OLE color: 2561873.
HSL color Cylindrical-coordinate representation of color #511727: hue angle of 343.45º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511727 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 39 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.68 |
| HSL | 343.45º | 0.56% | 0.2% | - |
| HSV(B) | 343.45º | 0.72% | 0.32% | - |
| XYZ | 4.07 | 2.51 | 2.19 | - |
| YUV | 42.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 39 | 0 | 0.72 | 0.52 | 0.68 | 343.45 | 0.56 | 0.2 |
| Hex | 51 | 17 | 27 | 0 | 48 | 34 | 44 | 157 | 38 | 14 |
| Octal | 121 | 27 | 47 | 0 | 110 | 64 | 104 | 527 | 70 | 24 |
| Binary | 1010001 | 10111 | 100111 | 0 | 1001000 | 110100 | 1000100 | 101010111 | 111000 | 10100 |
Color Harmonies of #511727
Complementary color
Monochromatic Colors of #511727
Black with #511727
Text Example
Text Example
White with #511727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511727; }
p { color: rgb(81,23,39); }
H1.HeaderClassName
{
color: #511727;
}
.AnyTagClassName
{
color: #511727;
}
</style>
background-color css
<style>
a { background-color: #511727; }
a { background-color: rgb(81,23,39); }
div.DivClassName
{
background-color: #511727;
}
.BgClassName
{
background-color: #511727;
}
</style>
border-color css
<style>
span { border-color: #511727; }
span { border-color: rgb(81,23,39); }
td.TdClassName
{
border-color: #511727;
}
.TagClassName
{
border-color: #511727;
}
</style>