Shades of Spicy Mix #81584D
Tints of Spicy Mix #81584D
RGB
CMYK
RGB Variations
Color information
#81584D (or 0x81584D) is known color: Spicy Mix. HEX triplet: 81, 58 and 4D. RGB value is (129,88,77). Sum of RGB (Red+Green+Blue) = 129+88+77=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81584D is #7EA7B2. Grayscale: #636363. Windows color (decimal): -8300467 or 5068929. OLE color: 5068929.
HSL color Cylindrical-coordinate representation of color #81584D: hue angle of 12.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81584D is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 77 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.49 |
| HSL | 12.69º | 0.25% | 0.4% | - |
| HSV(B) | 12.69º | 0.4% | 0.51% | - |
| XYZ | 13.88 | 12.18 | 8.64 | - |
| YUV | 99.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 77 | 0 | 0.32 | 0.40 | 0.49 | 12.69 | 0.25 | 0.4 |
| Hex | 81 | 58 | 4D | 0 | 20 | 28 | 31 | D | 19 | 28 |
| Octal | 201 | 130 | 115 | 0 | 40 | 50 | 61 | 15 | 31 | 50 |
| Binary | 10000001 | 1011000 | 1001101 | 0 | 100000 | 101000 | 110001 | 1101 | 11001 | 101000 |
Color Harmonies of #81584D
Complementary color
Monochromatic Colors of #81584D
Black with #81584D
Text Example
Text Example
White with #81584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81584D; }
p { color: rgb(129,88,77); }
H1.HeaderClassName
{
color: #81584D;
}
.AnyTagClassName
{
color: #81584D;
}
</style>
background-color css
<style>
a { background-color: #81584D; }
a { background-color: rgb(129,88,77); }
div.DivClassName
{
background-color: #81584D;
}
.BgClassName
{
background-color: #81584D;
}
</style>
border-color css
<style>
span { border-color: #81584D; }
span { border-color: rgb(129,88,77); }
td.TdClassName
{
border-color: #81584D;
}
.TagClassName
{
border-color: #81584D;
}
</style>