Shades of Bordeaux #501F24
Tints of Bordeaux #501F24
RGB
CMYK
RGB Variations
Color information
#501F24 (or 0x501F24) is known color: Bordeaux. HEX triplet: 50, 1F and 24. RGB value is (80,31,36). Sum of RGB (Red+Green+Blue) = 80+31+36=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F24 is #AFE0DB. Grayscale: #2E2E2E. Windows color (decimal): -11526364 or 2367312. OLE color: 2367312.
HSL color Cylindrical-coordinate representation of color #501F24: hue angle of 353.88º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F24 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 36 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.69 |
| HSL | 353.88º | 0.44% | 0.22% | - |
| HSV(B) | 353.88º | 0.61% | 0.31% | - |
| XYZ | 4.12 | 2.81 | 2 | - |
| YUV | 46.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 36 | 0 | 0.61 | 0.55 | 0.69 | 353.88 | 0.44 | 0.22 |
| Hex | 50 | 1F | 24 | 0 | 3D | 37 | 45 | 162 | 2C | 16 |
| Octal | 120 | 37 | 44 | 0 | 75 | 67 | 105 | 542 | 54 | 26 |
| Binary | 1010000 | 11111 | 100100 | 0 | 111101 | 110111 | 1000101 | 101100010 | 101100 | 10110 |
Color Harmonies of #501F24
Complementary color
Monochromatic Colors of #501F24
Black with #501F24
Text Example
Text Example
White with #501F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F24; }
p { color: rgb(80,31,36); }
H1.HeaderClassName
{
color: #501F24;
}
.AnyTagClassName
{
color: #501F24;
}
</style>
background-color css
<style>
a { background-color: #501F24; }
a { background-color: rgb(80,31,36); }
div.DivClassName
{
background-color: #501F24;
}
.BgClassName
{
background-color: #501F24;
}
</style>
border-color css
<style>
span { border-color: #501F24; }
span { border-color: rgb(80,31,36); }
td.TdClassName
{
border-color: #501F24;
}
.TagClassName
{
border-color: #501F24;
}
</style>