Shades of Spicy Mix #81594E
Tints of Spicy Mix #81594E
RGB
CMYK
RGB Variations
Color information
#81594E (or 0x81594E) is known color: Spicy Mix. HEX triplet: 81, 59 and 4E. RGB value is (129,89,78). Sum of RGB (Red+Green+Blue) = 129+89+78=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #81594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81594E is #7EA6B1. Grayscale: #636363. Windows color (decimal): -8300210 or 5134721. OLE color: 5134721.
HSL color Cylindrical-coordinate representation of color #81594E: hue angle of 12.94º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81594E is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 78 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.49 |
| HSL | 12.94º | 0.25% | 0.41% | - |
| HSV(B) | 12.94º | 0.4% | 0.51% | - |
| XYZ | 14 | 12.36 | 8.86 | - |
| YUV | 99.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 78 | 0 | 0.31 | 0.40 | 0.49 | 12.94 | 0.25 | 0.41 |
| Hex | 81 | 59 | 4E | 0 | 1F | 28 | 31 | D | 19 | 29 |
| Octal | 201 | 131 | 116 | 0 | 37 | 50 | 61 | 15 | 31 | 51 |
| Binary | 10000001 | 1011001 | 1001110 | 0 | 11111 | 101000 | 110001 | 1101 | 11001 | 101001 |
Color Harmonies of #81594E
Complementary color
Monochromatic Colors of #81594E
Black with #81594E
Text Example
Text Example
White with #81594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81594E; }
p { color: rgb(129,89,78); }
H1.HeaderClassName
{
color: #81594E;
}
.AnyTagClassName
{
color: #81594E;
}
</style>
background-color css
<style>
a { background-color: #81594E; }
a { background-color: rgb(129,89,78); }
div.DivClassName
{
background-color: #81594E;
}
.BgClassName
{
background-color: #81594E;
}
</style>
border-color css
<style>
span { border-color: #81594E; }
span { border-color: rgb(129,89,78); }
td.TdClassName
{
border-color: #81594E;
}
.TagClassName
{
border-color: #81594E;
}
</style>