Shades of Bordeaux #501F25
Tints of Bordeaux #501F25
RGB
CMYK
RGB Variations
Color information
#501F25 (or 0x501F25) is known color: Bordeaux. HEX triplet: 50, 1F and 25. RGB value is (80,31,37). Sum of RGB (Red+Green+Blue) = 80+31+37=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F25 is #AFE0DA. Grayscale: #2E2E2E. Windows color (decimal): -11526363 or 2432848. OLE color: 2432848.
HSL color Cylindrical-coordinate representation of color #501F25: hue angle of 352.65º 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 #501F25 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 37 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.69 |
| HSL | 352.65º | 0.44% | 0.22% | - |
| HSV(B) | 352.65º | 0.61% | 0.31% | - |
| XYZ | 4.13 | 2.82 | 2.08 | - |
| YUV | 46.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 37 | 0 | 0.61 | 0.54 | 0.69 | 352.65 | 0.44 | 0.22 |
| Hex | 50 | 1F | 25 | 0 | 3D | 36 | 45 | 161 | 2C | 16 |
| Octal | 120 | 37 | 45 | 0 | 75 | 66 | 105 | 541 | 54 | 26 |
| Binary | 1010000 | 11111 | 100101 | 0 | 111101 | 110110 | 1000101 | 101100001 | 101100 | 10110 |
Color Harmonies of #501F25
Complementary color
Monochromatic Colors of #501F25
Black with #501F25
Text Example
Text Example
White with #501F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F25; }
p { color: rgb(80,31,37); }
H1.HeaderClassName
{
color: #501F25;
}
.AnyTagClassName
{
color: #501F25;
}
</style>
background-color css
<style>
a { background-color: #501F25; }
a { background-color: rgb(80,31,37); }
div.DivClassName
{
background-color: #501F25;
}
.BgClassName
{
background-color: #501F25;
}
</style>
border-color css
<style>
span { border-color: #501F25; }
span { border-color: rgb(80,31,37); }
td.TdClassName
{
border-color: #501F25;
}
.TagClassName
{
border-color: #501F25;
}
</style>