Shades of Bordeaux #501724
Tints of Bordeaux #501724
RGB
CMYK
RGB Variations
Color information
#501724 (or 0x501724) is known color: Bordeaux. HEX triplet: 50, 17 and 24. RGB value is (80,23,36). Sum of RGB (Red+Green+Blue) = 80+23+36=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501724 is #AFE8DB. Grayscale: #292929. Windows color (decimal): -11528412 or 2365264. OLE color: 2365264.
HSL color Cylindrical-coordinate representation of color #501724: hue angle of 346.32º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501724 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 36 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.69 |
| HSL | 346.32º | 0.55% | 0.2% | - |
| HSV(B) | 346.32º | 0.71% | 0.31% | - |
| XYZ | 3.93 | 2.45 | 1.93 | - |
| YUV | 41.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 36 | 0 | 0.71 | 0.55 | 0.69 | 346.32 | 0.55 | 0.2 |
| Hex | 50 | 17 | 24 | 0 | 47 | 37 | 45 | 15A | 37 | 14 |
| Octal | 120 | 27 | 44 | 0 | 107 | 67 | 105 | 532 | 67 | 24 |
| Binary | 1010000 | 10111 | 100100 | 0 | 1000111 | 110111 | 1000101 | 101011010 | 110111 | 10100 |
Color Harmonies of #501724
Complementary color
Monochromatic Colors of #501724
Black with #501724
Text Example
Text Example
White with #501724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501724; }
p { color: rgb(80,23,36); }
H1.HeaderClassName
{
color: #501724;
}
.AnyTagClassName
{
color: #501724;
}
</style>
background-color css
<style>
a { background-color: #501724; }
a { background-color: rgb(80,23,36); }
div.DivClassName
{
background-color: #501724;
}
.BgClassName
{
background-color: #501724;
}
</style>
border-color css
<style>
span { border-color: #501724; }
span { border-color: rgb(80,23,36); }
td.TdClassName
{
border-color: #501724;
}
.TagClassName
{
border-color: #501724;
}
</style>