Shades of Spicy Mix #89584B
Tints of Spicy Mix #89584B
RGB
CMYK
RGB Variations
Color information
#89584B (or 0x89584B) is known color: Spicy Mix. HEX triplet: 89, 58 and 4B. RGB value is (137,88,75). Sum of RGB (Red+Green+Blue) = 137+88+75=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89584B is #76A7B4. Grayscale: #656565. Windows color (decimal): -7776181 or 4937865. OLE color: 4937865.
HSL color Cylindrical-coordinate representation of color #89584B: hue angle of 12.58º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89584B is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 75 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.46 |
| HSL | 12.58º | 0.29% | 0.42% | - |
| HSV(B) | 12.58º | 0.45% | 0.54% | - |
| XYZ | 15.08 | 12.81 | 8.33 | - |
| YUV | 101.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 75 | 0 | 0.36 | 0.45 | 0.46 | 12.58 | 0.29 | 0.42 |
| Hex | 89 | 58 | 4B | 0 | 24 | 2D | 2E | D | 1D | 2A |
| Octal | 211 | 130 | 113 | 0 | 44 | 55 | 56 | 15 | 35 | 52 |
| Binary | 10001001 | 1011000 | 1001011 | 0 | 100100 | 101101 | 101110 | 1101 | 11101 | 101010 |
Color Harmonies of #89584B
Complementary color
Monochromatic Colors of #89584B
Black with #89584B
Text Example
Text Example
White with #89584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89584B; }
p { color: rgb(137,88,75); }
H1.HeaderClassName
{
color: #89584B;
}
.AnyTagClassName
{
color: #89584B;
}
</style>
background-color css
<style>
a { background-color: #89584B; }
a { background-color: rgb(137,88,75); }
div.DivClassName
{
background-color: #89584B;
}
.BgClassName
{
background-color: #89584B;
}
</style>
border-color css
<style>
span { border-color: #89584B; }
span { border-color: rgb(137,88,75); }
td.TdClassName
{
border-color: #89584B;
}
.TagClassName
{
border-color: #89584B;
}
</style>