Shades of Bordeaux #501E2A
Tints of Bordeaux #501E2A
RGB
CMYK
RGB Variations
Color information
#501E2A (or 0x501E2A) is known color: Bordeaux. HEX triplet: 50, 1E and 2A. RGB value is (80,30,42). Sum of RGB (Red+Green+Blue) = 80+30+42=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E2A is #AFE1D5. Grayscale: #2E2E2E. Windows color (decimal): -11526614 or 2760272. OLE color: 2760272.
HSL color Cylindrical-coordinate representation of color #501E2A: hue angle of 345.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 #501E2A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 42 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.69 |
| HSL | 345.6º | 0.45% | 0.22% | - |
| HSV(B) | 345.6º | 0.63% | 0.31% | - |
| XYZ | 4.19 | 2.8 | 2.51 | - |
| YUV | 46.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 42 | 0 | 0.62 | 0.48 | 0.69 | 345.6 | 0.45 | 0.22 |
| Hex | 50 | 1E | 2A | 0 | 3E | 30 | 45 | 15A | 2D | 16 |
| Octal | 120 | 36 | 52 | 0 | 76 | 60 | 105 | 532 | 55 | 26 |
| Binary | 1010000 | 11110 | 101010 | 0 | 111110 | 110000 | 1000101 | 101011010 | 101101 | 10110 |
Color Harmonies of #501E2A
Complementary color
Monochromatic Colors of #501E2A
Black with #501E2A
Text Example
Text Example
White with #501E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E2A; }
p { color: rgb(80,30,42); }
H1.HeaderClassName
{
color: #501E2A;
}
.AnyTagClassName
{
color: #501E2A;
}
</style>
background-color css
<style>
a { background-color: #501E2A; }
a { background-color: rgb(80,30,42); }
div.DivClassName
{
background-color: #501E2A;
}
.BgClassName
{
background-color: #501E2A;
}
</style>
border-color css
<style>
span { border-color: #501E2A; }
span { border-color: rgb(80,30,42); }
td.TdClassName
{
border-color: #501E2A;
}
.TagClassName
{
border-color: #501E2A;
}
</style>