Shades of Bordeaux #501F2C
Tints of Bordeaux #501F2C
RGB
CMYK
RGB Variations
Color information
#501F2C (or 0x501F2C) is known color: Bordeaux. HEX triplet: 50, 1F and 2C. RGB value is (80,31,44). Sum of RGB (Red+Green+Blue) = 80+31+44=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F2C is #AFE0D3. Grayscale: #2F2F2F. Windows color (decimal): -11526356 or 2891600. OLE color: 2891600.
HSL color Cylindrical-coordinate representation of color #501F2C: hue angle of 344.08º 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 #501F2C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 44 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.69 |
| HSL | 344.08º | 0.44% | 0.22% | - |
| HSV(B) | 344.08º | 0.61% | 0.31% | - |
| XYZ | 4.25 | 2.87 | 2.71 | - |
| YUV | 47.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 44 | 0 | 0.61 | 0.45 | 0.69 | 344.08 | 0.44 | 0.22 |
| Hex | 50 | 1F | 2C | 0 | 3D | 2D | 45 | 158 | 2C | 16 |
| Octal | 120 | 37 | 54 | 0 | 75 | 55 | 105 | 530 | 54 | 26 |
| Binary | 1010000 | 11111 | 101100 | 0 | 111101 | 101101 | 1000101 | 101011000 | 101100 | 10110 |
Color Harmonies of #501F2C
Complementary color
Monochromatic Colors of #501F2C
Black with #501F2C
Text Example
Text Example
White with #501F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F2C; }
p { color: rgb(80,31,44); }
H1.HeaderClassName
{
color: #501F2C;
}
.AnyTagClassName
{
color: #501F2C;
}
</style>
background-color css
<style>
a { background-color: #501F2C; }
a { background-color: rgb(80,31,44); }
div.DivClassName
{
background-color: #501F2C;
}
.BgClassName
{
background-color: #501F2C;
}
</style>
border-color css
<style>
span { border-color: #501F2C; }
span { border-color: rgb(80,31,44); }
td.TdClassName
{
border-color: #501F2C;
}
.TagClassName
{
border-color: #501F2C;
}
</style>