Shades of Espresso #51332B
Tints of Espresso #51332B
RGB
CMYK
RGB Variations
Color information
#51332B (or 0x51332B) is known color: Espresso. HEX triplet: 51, 33 and 2B. RGB value is (81,51,43). Sum of RGB (Red+Green+Blue) = 81+51+43=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51332B is #AECCD4. Grayscale: #3B3B3B. Windows color (decimal): -11455701 or 2831185. OLE color: 2831185.
HSL color Cylindrical-coordinate representation of color #51332B: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51332B is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 43 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.68 |
| HSL | 12.63º | 0.31% | 0.24% | - |
| HSV(B) | 12.63º | 0.47% | 0.32% | - |
| XYZ | 5.01 | 4.29 | 2.85 | - |
| YUV | 59.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 43 | 0 | 0.37 | 0.47 | 0.68 | 12.63 | 0.31 | 0.24 |
| Hex | 51 | 33 | 2B | 0 | 25 | 2F | 44 | D | 1F | 18 |
| Octal | 121 | 63 | 53 | 0 | 45 | 57 | 104 | 15 | 37 | 30 |
| Binary | 1010001 | 110011 | 101011 | 0 | 100101 | 101111 | 1000100 | 1101 | 11111 | 11000 |
Color Harmonies of #51332B
Complementary color
Monochromatic Colors of #51332B
Black with #51332B
Text Example
Text Example
White with #51332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51332B; }
p { color: rgb(81,51,43); }
H1.HeaderClassName
{
color: #51332B;
}
.AnyTagClassName
{
color: #51332B;
}
</style>
background-color css
<style>
a { background-color: #51332B; }
a { background-color: rgb(81,51,43); }
div.DivClassName
{
background-color: #51332B;
}
.BgClassName
{
background-color: #51332B;
}
</style>
border-color css
<style>
span { border-color: #51332B; }
span { border-color: rgb(81,51,43); }
td.TdClassName
{
border-color: #51332B;
}
.TagClassName
{
border-color: #51332B;
}
</style>