Shades of Bordeaux #501E25
Tints of Bordeaux #501E25
RGB
CMYK
RGB Variations
Color information
#501E25 (or 0x501E25) is known color: Bordeaux. HEX triplet: 50, 1E and 25. RGB value is (80,30,37). Sum of RGB (Red+Green+Blue) = 80+30+37=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E25 is #AFE1DA. Grayscale: #2D2D2D. Windows color (decimal): -11526619 or 2432592. OLE color: 2432592.
HSL color Cylindrical-coordinate representation of color #501E25: hue angle of 351.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E25 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 37 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.69 |
| HSL | 351.6º | 0.45% | 0.22% | - |
| HSV(B) | 351.6º | 0.63% | 0.31% | - |
| XYZ | 4.11 | 2.77 | 2.07 | - |
| YUV | 45.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 37 | 0 | 0.62 | 0.54 | 0.69 | 351.6 | 0.45 | 0.22 |
| Hex | 50 | 1E | 25 | 0 | 3E | 36 | 45 | 160 | 2D | 16 |
| Octal | 120 | 36 | 45 | 0 | 76 | 66 | 105 | 540 | 55 | 26 |
| Binary | 1010000 | 11110 | 100101 | 0 | 111110 | 110110 | 1000101 | 101100000 | 101101 | 10110 |
Color Harmonies of #501E25
Complementary color
Monochromatic Colors of #501E25
Black with #501E25
Text Example
Text Example
White with #501E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E25; }
p { color: rgb(80,30,37); }
H1.HeaderClassName
{
color: #501E25;
}
.AnyTagClassName
{
color: #501E25;
}
</style>
background-color css
<style>
a { background-color: #501E25; }
a { background-color: rgb(80,30,37); }
div.DivClassName
{
background-color: #501E25;
}
.BgClassName
{
background-color: #501E25;
}
</style>
border-color css
<style>
span { border-color: #501E25; }
span { border-color: rgb(80,30,37); }
td.TdClassName
{
border-color: #501E25;
}
.TagClassName
{
border-color: #501E25;
}
</style>