Shades of Bordeaux #501F27
Tints of Bordeaux #501F27
RGB
CMYK
RGB Variations
Color information
#501F27 (or 0x501F27) is known color: Bordeaux. HEX triplet: 50, 1F and 27. RGB value is (80,31,39). Sum of RGB (Red+Green+Blue) = 80+31+39=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F27 is #AFE0D8. Grayscale: #2E2E2E. Windows color (decimal): -11526361 or 2563920. OLE color: 2563920.
HSL color Cylindrical-coordinate representation of color #501F27: hue angle of 350.2º 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 #501F27 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 39 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.69 |
| HSL | 350.2º | 0.44% | 0.22% | - |
| HSV(B) | 350.2º | 0.61% | 0.31% | - |
| XYZ | 4.16 | 2.83 | 2.25 | - |
| YUV | 46.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 39 | 0 | 0.61 | 0.51 | 0.69 | 350.2 | 0.44 | 0.22 |
| Hex | 50 | 1F | 27 | 0 | 3D | 33 | 45 | 15E | 2C | 16 |
| Octal | 120 | 37 | 47 | 0 | 75 | 63 | 105 | 536 | 54 | 26 |
| Binary | 1010000 | 11111 | 100111 | 0 | 111101 | 110011 | 1000101 | 101011110 | 101100 | 10110 |
Color Harmonies of #501F27
Complementary color
Monochromatic Colors of #501F27
Black with #501F27
Text Example
Text Example
White with #501F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F27; }
p { color: rgb(80,31,39); }
H1.HeaderClassName
{
color: #501F27;
}
.AnyTagClassName
{
color: #501F27;
}
</style>
background-color css
<style>
a { background-color: #501F27; }
a { background-color: rgb(80,31,39); }
div.DivClassName
{
background-color: #501F27;
}
.BgClassName
{
background-color: #501F27;
}
</style>
border-color css
<style>
span { border-color: #501F27; }
span { border-color: rgb(80,31,39); }
td.TdClassName
{
border-color: #501F27;
}
.TagClassName
{
border-color: #501F27;
}
</style>