Shades of Spicy Mix #87584D
Tints of Spicy Mix #87584D
RGB
CMYK
RGB Variations
Color information
#87584D (or 0x87584D) is known color: Spicy Mix. HEX triplet: 87, 58 and 4D. RGB value is (135,88,77). Sum of RGB (Red+Green+Blue) = 135+88+77=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87584D is #78A7B2. Grayscale: #646464. Windows color (decimal): -7907251 or 5068935. OLE color: 5068935.
HSL color Cylindrical-coordinate representation of color #87584D: hue angle of 11.38º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87584D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 77 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.47 |
| HSL | 11.38º | 0.27% | 0.42% | - |
| HSV(B) | 11.38º | 0.43% | 0.53% | - |
| XYZ | 14.82 | 12.67 | 8.68 | - |
| YUV | 100.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 77 | 0 | 0.35 | 0.43 | 0.47 | 11.38 | 0.27 | 0.42 |
| Hex | 87 | 58 | 4D | 0 | 23 | 2B | 2F | B | 1B | 2A |
| Octal | 207 | 130 | 115 | 0 | 43 | 53 | 57 | 13 | 33 | 52 |
| Binary | 10000111 | 1011000 | 1001101 | 0 | 100011 | 101011 | 101111 | 1011 | 11011 | 101010 |
Color Harmonies of #87584D
Complementary color
Monochromatic Colors of #87584D
Black with #87584D
Text Example
Text Example
White with #87584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87584D; }
p { color: rgb(135,88,77); }
H1.HeaderClassName
{
color: #87584D;
}
.AnyTagClassName
{
color: #87584D;
}
</style>
background-color css
<style>
a { background-color: #87584D; }
a { background-color: rgb(135,88,77); }
div.DivClassName
{
background-color: #87584D;
}
.BgClassName
{
background-color: #87584D;
}
</style>
border-color css
<style>
span { border-color: #87584D; }
span { border-color: rgb(135,88,77); }
td.TdClassName
{
border-color: #87584D;
}
.TagClassName
{
border-color: #87584D;
}
</style>