Shades of Espresso #50312D
Tints of Espresso #50312D
RGB
CMYK
RGB Variations
Color information
#50312D (or 0x50312D) is known color: Espresso. HEX triplet: 50, 31 and 2D. RGB value is (80,49,45). Sum of RGB (Red+Green+Blue) = 80+49+45=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312D is #AFCED2. Grayscale: #393939. Windows color (decimal): -11521747 or 2961744. OLE color: 2961744.
HSL color Cylindrical-coordinate representation of color #50312D: hue angle of 6.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50312D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 45 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.69 |
| HSL | 6.86º | 0.28% | 0.25% | - |
| HSV(B) | 6.86º | 0.44% | 0.31% | - |
| XYZ | 4.88 | 4.09 | 3.02 | - |
| YUV | 57.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 45 | 0 | 0.39 | 0.44 | 0.69 | 6.86 | 0.28 | 0.25 |
| Hex | 50 | 31 | 2D | 0 | 27 | 2C | 45 | 7 | 1C | 19 |
| Octal | 120 | 61 | 55 | 0 | 47 | 54 | 105 | 7 | 34 | 31 |
| Binary | 1010000 | 110001 | 101101 | 0 | 100111 | 101100 | 1000101 | 111 | 11100 | 11001 |
Color Harmonies of #50312D
Complementary color
Monochromatic Colors of #50312D
Black with #50312D
Text Example
Text Example
White with #50312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50312D; }
p { color: rgb(80,49,45); }
H1.HeaderClassName
{
color: #50312D;
}
.AnyTagClassName
{
color: #50312D;
}
</style>
background-color css
<style>
a { background-color: #50312D; }
a { background-color: rgb(80,49,45); }
div.DivClassName
{
background-color: #50312D;
}
.BgClassName
{
background-color: #50312D;
}
</style>
border-color css
<style>
span { border-color: #50312D; }
span { border-color: rgb(80,49,45); }
td.TdClassName
{
border-color: #50312D;
}
.TagClassName
{
border-color: #50312D;
}
</style>