Shades of Bordeaux #500F24
Tints of Bordeaux #500F24
RGB
CMYK
RGB Variations
Color information
#500F24 (or 0x500F24) is known color: Bordeaux. HEX triplet: 50, 0F and 24. RGB value is (80,15,36). Sum of RGB (Red+Green+Blue) = 80+15+36=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F24 is #AFF0DB. Grayscale: #242424. Windows color (decimal): -11530460 or 2363216. OLE color: 2363216.
HSL color Cylindrical-coordinate representation of color #500F24: hue angle of 340.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F24 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 36 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.69 |
| HSL | 340.62º | 0.68% | 0.19% | - |
| HSV(B) | 340.62º | 0.81% | 0.31% | - |
| XYZ | 3.8 | 2.17 | 1.89 | - |
| YUV | 36.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 36 | 0 | 0.81 | 0.55 | 0.69 | 340.62 | 0.68 | 0.19 |
| Hex | 50 | F | 24 | 0 | 51 | 37 | 45 | 155 | 44 | 13 |
| Octal | 120 | 17 | 44 | 0 | 121 | 67 | 105 | 525 | 104 | 23 |
| Binary | 1010000 | 1111 | 100100 | 0 | 1010001 | 110111 | 1000101 | 101010101 | 1000100 | 10011 |
Color Harmonies of #500F24
Complementary color
Monochromatic Colors of #500F24
Black with #500F24
Text Example
Text Example
White with #500F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F24; }
p { color: rgb(80,15,36); }
H1.HeaderClassName
{
color: #500F24;
}
.AnyTagClassName
{
color: #500F24;
}
</style>
background-color css
<style>
a { background-color: #500F24; }
a { background-color: rgb(80,15,36); }
div.DivClassName
{
background-color: #500F24;
}
.BgClassName
{
background-color: #500F24;
}
</style>
border-color css
<style>
span { border-color: #500F24; }
span { border-color: rgb(80,15,36); }
td.TdClassName
{
border-color: #500F24;
}
.TagClassName
{
border-color: #500F24;
}
</style>