Shades of Bordeaux #511424
Tints of Bordeaux #511424
RGB
CMYK
RGB Variations
Color information
#511424 (or 0x511424) is known color: Bordeaux. HEX triplet: 51, 14 and 24. RGB value is (81,20,36). Sum of RGB (Red+Green+Blue) = 81+20+36=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511424 is #AEEBDB. Grayscale: #282828. Windows color (decimal): -11463644 or 2364497. OLE color: 2364497.
HSL color Cylindrical-coordinate representation of color #511424: hue angle of 344.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511424 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 36 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.68 |
| HSL | 344.26º | 0.6% | 0.2% | - |
| HSV(B) | 344.26º | 0.75% | 0.32% | - |
| XYZ | 3.96 | 2.38 | 1.92 | - |
| YUV | 40.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 36 | 0 | 0.75 | 0.56 | 0.68 | 344.26 | 0.6 | 0.2 |
| Hex | 51 | 14 | 24 | 0 | 4B | 38 | 44 | 158 | 3C | 14 |
| Octal | 121 | 24 | 44 | 0 | 113 | 70 | 104 | 530 | 74 | 24 |
| Binary | 1010001 | 10100 | 100100 | 0 | 1001011 | 111000 | 1000100 | 101011000 | 111100 | 10100 |
Color Harmonies of #511424
Complementary color
Monochromatic Colors of #511424
Black with #511424
Text Example
Text Example
White with #511424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511424; }
p { color: rgb(81,20,36); }
H1.HeaderClassName
{
color: #511424;
}
.AnyTagClassName
{
color: #511424;
}
</style>
background-color css
<style>
a { background-color: #511424; }
a { background-color: rgb(81,20,36); }
div.DivClassName
{
background-color: #511424;
}
.BgClassName
{
background-color: #511424;
}
</style>
border-color css
<style>
span { border-color: #511424; }
span { border-color: rgb(81,20,36); }
td.TdClassName
{
border-color: #511424;
}
.TagClassName
{
border-color: #511424;
}
</style>