Shades of Bordeaux #511724
Tints of Bordeaux #511724
RGB
CMYK
RGB Variations
Color information
#511724 (or 0x511724) is known color: Bordeaux. HEX triplet: 51, 17 and 24. RGB value is (81,23,36). Sum of RGB (Red+Green+Blue) = 81+23+36=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511724 is #AEE8DB. Grayscale: #292929. Windows color (decimal): -11462876 or 2365265. OLE color: 2365265.
HSL color Cylindrical-coordinate representation of color #511724: hue angle of 346.55º 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 #511724 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 36 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.68 |
| HSL | 346.55º | 0.56% | 0.2% | - |
| HSV(B) | 346.55º | 0.72% | 0.32% | - |
| XYZ | 4.02 | 2.49 | 1.94 | - |
| YUV | 41.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 36 | 0 | 0.72 | 0.56 | 0.68 | 346.55 | 0.56 | 0.2 |
| Hex | 51 | 17 | 24 | 0 | 48 | 38 | 44 | 15B | 38 | 14 |
| Octal | 121 | 27 | 44 | 0 | 110 | 70 | 104 | 533 | 70 | 24 |
| Binary | 1010001 | 10111 | 100100 | 0 | 1001000 | 111000 | 1000100 | 101011011 | 111000 | 10100 |
Color Harmonies of #511724
Complementary color
Monochromatic Colors of #511724
Black with #511724
Text Example
Text Example
White with #511724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511724; }
p { color: rgb(81,23,36); }
H1.HeaderClassName
{
color: #511724;
}
.AnyTagClassName
{
color: #511724;
}
</style>
background-color css
<style>
a { background-color: #511724; }
a { background-color: rgb(81,23,36); }
div.DivClassName
{
background-color: #511724;
}
.BgClassName
{
background-color: #511724;
}
</style>
border-color css
<style>
span { border-color: #511724; }
span { border-color: rgb(81,23,36); }
td.TdClassName
{
border-color: #511724;
}
.TagClassName
{
border-color: #511724;
}
</style>