Shades of Bordeaux #501E23
Tints of Bordeaux #501E23
RGB
CMYK
RGB Variations
Color information
#501E23 (or 0x501E23) is known color: Bordeaux. HEX triplet: 50, 1E and 23. RGB value is (80,30,35). Sum of RGB (Red+Green+Blue) = 80+30+35=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E23 is #AFE1DC. Grayscale: #2D2D2D. Windows color (decimal): -11526621 or 2301520. OLE color: 2301520.
HSL color Cylindrical-coordinate representation of color #501E23: hue angle of 354º 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 #501E23 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 35 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.69 |
| HSL | 354º | 0.45% | 0.22% | - |
| HSV(B) | 354º | 0.63% | 0.31% | - |
| XYZ | 4.08 | 2.76 | 1.91 | - |
| YUV | 45.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 35 | 0 | 0.62 | 0.56 | 0.69 | 354 | 0.45 | 0.22 |
| Hex | 50 | 1E | 23 | 0 | 3E | 38 | 45 | 162 | 2D | 16 |
| Octal | 120 | 36 | 43 | 0 | 76 | 70 | 105 | 542 | 55 | 26 |
| Binary | 1010000 | 11110 | 100011 | 0 | 111110 | 111000 | 1000101 | 101100010 | 101101 | 10110 |
Color Harmonies of #501E23
Complementary color
Monochromatic Colors of #501E23
Black with #501E23
Text Example
Text Example
White with #501E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E23; }
p { color: rgb(80,30,35); }
H1.HeaderClassName
{
color: #501E23;
}
.AnyTagClassName
{
color: #501E23;
}
</style>
background-color css
<style>
a { background-color: #501E23; }
a { background-color: rgb(80,30,35); }
div.DivClassName
{
background-color: #501E23;
}
.BgClassName
{
background-color: #501E23;
}
</style>
border-color css
<style>
span { border-color: #501E23; }
span { border-color: rgb(80,30,35); }
td.TdClassName
{
border-color: #501E23;
}
.TagClassName
{
border-color: #501E23;
}
</style>