Shades of Espresso #50312B
Tints of Espresso #50312B
RGB
CMYK
RGB Variations
Color information
#50312B (or 0x50312B) is known color: Espresso. HEX triplet: 50, 31 and 2B. RGB value is (80,49,43). Sum of RGB (Red+Green+Blue) = 80+49+43=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312B is #AFCED4. Grayscale: #393939. Windows color (decimal): -11521749 or 2830672. OLE color: 2830672.
HSL color Cylindrical-coordinate representation of color #50312B: hue angle of 9.73º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50312B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 43 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.69 |
| HSL | 9.73º | 0.3% | 0.24% | - |
| HSV(B) | 9.73º | 0.46% | 0.31% | - |
| XYZ | 4.84 | 4.08 | 2.82 | - |
| YUV | 57.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 43 | 0 | 0.39 | 0.46 | 0.69 | 9.73 | 0.3 | 0.24 |
| Hex | 50 | 31 | 2B | 0 | 27 | 2E | 45 | A | 1E | 18 |
| Octal | 120 | 61 | 53 | 0 | 47 | 56 | 105 | 12 | 36 | 30 |
| Binary | 1010000 | 110001 | 101011 | 0 | 100111 | 101110 | 1000101 | 1010 | 11110 | 11000 |
Color Harmonies of #50312B
Complementary color
Monochromatic Colors of #50312B
Black with #50312B
Text Example
Text Example
White with #50312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50312B; }
p { color: rgb(80,49,43); }
H1.HeaderClassName
{
color: #50312B;
}
.AnyTagClassName
{
color: #50312B;
}
</style>
background-color css
<style>
a { background-color: #50312B; }
a { background-color: rgb(80,49,43); }
div.DivClassName
{
background-color: #50312B;
}
.BgClassName
{
background-color: #50312B;
}
</style>
border-color css
<style>
span { border-color: #50312B; }
span { border-color: rgb(80,49,43); }
td.TdClassName
{
border-color: #50312B;
}
.TagClassName
{
border-color: #50312B;
}
</style>