Shades of Spicy Mix #81594F
Tints of Spicy Mix #81594F
RGB
CMYK
RGB Variations
Color information
#81594F (or 0x81594F) is known color: Spicy Mix. HEX triplet: 81, 59 and 4F. RGB value is (129,89,79). Sum of RGB (Red+Green+Blue) = 129+89+79=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #81594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81594F is #7EA6B0. Grayscale: #636363. Windows color (decimal): -8300209 or 5200257. OLE color: 5200257.
HSL color Cylindrical-coordinate representation of color #81594F: hue angle of 12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81594F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 79 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.49 |
| HSL | 12º | 0.24% | 0.41% | - |
| HSV(B) | 12º | 0.39% | 0.51% | - |
| XYZ | 14.04 | 12.38 | 9.05 | - |
| YUV | 99.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 79 | 0 | 0.31 | 0.39 | 0.49 | 12 | 0.24 | 0.41 |
| Hex | 81 | 59 | 4F | 0 | 1F | 27 | 31 | C | 18 | 29 |
| Octal | 201 | 131 | 117 | 0 | 37 | 47 | 61 | 14 | 30 | 51 |
| Binary | 10000001 | 1011001 | 1001111 | 0 | 11111 | 100111 | 110001 | 1100 | 11000 | 101001 |
Color Harmonies of #81594F
Complementary color
Monochromatic Colors of #81594F
Black with #81594F
Text Example
Text Example
White with #81594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81594F; }
p { color: rgb(129,89,79); }
H1.HeaderClassName
{
color: #81594F;
}
.AnyTagClassName
{
color: #81594F;
}
</style>
background-color css
<style>
a { background-color: #81594F; }
a { background-color: rgb(129,89,79); }
div.DivClassName
{
background-color: #81594F;
}
.BgClassName
{
background-color: #81594F;
}
</style>
border-color css
<style>
span { border-color: #81594F; }
span { border-color: rgb(129,89,79); }
td.TdClassName
{
border-color: #81594F;
}
.TagClassName
{
border-color: #81594F;
}
</style>