Shades of Espresso #51312D
Tints of Espresso #51312D
RGB
CMYK
RGB Variations
Color information
#51312D (or 0x51312D) is known color: Espresso. HEX triplet: 51, 31 and 2D. RGB value is (81,49,45). Sum of RGB (Red+Green+Blue) = 81+49+45=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51312D is #AECED2. Grayscale: #3A3A3A. Windows color (decimal): -11456211 or 2961745. OLE color: 2961745.
HSL color Cylindrical-coordinate representation of color #51312D: hue angle of 6.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51312D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 45 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.68 |
| HSL | 6.67º | 0.29% | 0.25% | - |
| HSV(B) | 6.67º | 0.44% | 0.32% | - |
| XYZ | 4.97 | 4.14 | 3.02 | - |
| YUV | 58.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 45 | 0 | 0.40 | 0.44 | 0.68 | 6.67 | 0.29 | 0.25 |
| Hex | 51 | 31 | 2D | 0 | 28 | 2C | 44 | 7 | 1D | 19 |
| Octal | 121 | 61 | 55 | 0 | 50 | 54 | 104 | 7 | 35 | 31 |
| Binary | 1010001 | 110001 | 101101 | 0 | 101000 | 101100 | 1000100 | 111 | 11101 | 11001 |
Color Harmonies of #51312D
Complementary color
Monochromatic Colors of #51312D
Black with #51312D
Text Example
Text Example
White with #51312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51312D; }
p { color: rgb(81,49,45); }
H1.HeaderClassName
{
color: #51312D;
}
.AnyTagClassName
{
color: #51312D;
}
</style>
background-color css
<style>
a { background-color: #51312D; }
a { background-color: rgb(81,49,45); }
div.DivClassName
{
background-color: #51312D;
}
.BgClassName
{
background-color: #51312D;
}
</style>
border-color css
<style>
span { border-color: #51312D; }
span { border-color: rgb(81,49,45); }
td.TdClassName
{
border-color: #51312D;
}
.TagClassName
{
border-color: #51312D;
}
</style>