Shades of Bordeaux #501E2B
Tints of Bordeaux #501E2B
RGB
CMYK
RGB Variations
Color information
#501E2B (or 0x501E2B) is known color: Bordeaux. HEX triplet: 50, 1E and 2B. RGB value is (80,30,43). Sum of RGB (Red+Green+Blue) = 80+30+43=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E2B is #AFE1D4. Grayscale: #2E2E2E. Windows color (decimal): -11526613 or 2825808. OLE color: 2825808.
HSL color Cylindrical-coordinate representation of color #501E2B: hue angle of 344.4º 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 #501E2B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
RGB | 80 | 30 | 43 | - |
CMYK | 0 | 0.62 | 0.46 | 0.69 |
HSL | 344.4º | 0.45% | 0.22% | - |
HSV(B) | 344.4º | 0.63% | 0.31% | - |
XYZ | 4.21 | 2.81 | 2.61 | - |
YUV | 46.43 | 126.07 | 151.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 30 | 43 | 0 | 0.62 | 0.46 | 0.69 | 344.4 | 0.45 | 0.22 |
Hex | 50 | 1E | 2B | 0 | 3E | 2E | 45 | 158 | 2D | 16 |
Octal | 120 | 36 | 53 | 0 | 76 | 56 | 105 | 530 | 55 | 26 |
Binary | 1010000 | 11110 | 101011 | 0 | 111110 | 101110 | 1000101 | 101011000 | 101101 | 10110 |
Color Harmonies of #501E2B
Complementary color
Monochromatic Colors of #501E2B
Black with #501E2B
Text Example
Text Example
White with #501E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E2B; }
p { color: rgb(80,30,43); }
H1.HeaderClassName
{
color: #501E2B;
}
.AnyTagClassName
{
color: #501E2B;
}
</style>
background-color css
<style>
a { background-color: #501E2B; }
a { background-color: rgb(80,30,43); }
div.DivClassName
{
background-color: #501E2B;
}
.BgClassName
{
background-color: #501E2B;
}
</style>
border-color css
<style>
span { border-color: #501E2B; }
span { border-color: rgb(80,30,43); }
td.TdClassName
{
border-color: #501E2B;
}
.TagClassName
{
border-color: #501E2B;
}
</style>