Shades of Spicy Mix #83584D
Tints of Spicy Mix #83584D
RGB
CMYK
RGB Variations
Color information
#83584D (or 0x83584D) is known color: Spicy Mix. HEX triplet: 83, 58 and 4D. RGB value is (131,88,77). Sum of RGB (Red+Green+Blue) = 131+88+77=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83584D is #7CA7B2. Grayscale: #636363. Windows color (decimal): -8169395 or 5068931. OLE color: 5068931.
HSL color Cylindrical-coordinate representation of color #83584D: hue angle of 12.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83584D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 77 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.49 |
| HSL | 12.22º | 0.26% | 0.41% | - |
| HSV(B) | 12.22º | 0.41% | 0.51% | - |
| XYZ | 14.19 | 12.34 | 8.66 | - |
| YUV | 99.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 77 | 0 | 0.33 | 0.41 | 0.49 | 12.22 | 0.26 | 0.41 |
| Hex | 83 | 58 | 4D | 0 | 21 | 29 | 31 | C | 1A | 29 |
| Octal | 203 | 130 | 115 | 0 | 41 | 51 | 61 | 14 | 32 | 51 |
| Binary | 10000011 | 1011000 | 1001101 | 0 | 100001 | 101001 | 110001 | 1100 | 11010 | 101001 |
Color Harmonies of #83584D
Complementary color
Monochromatic Colors of #83584D
Black with #83584D
Text Example
Text Example
White with #83584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83584D; }
p { color: rgb(131,88,77); }
H1.HeaderClassName
{
color: #83584D;
}
.AnyTagClassName
{
color: #83584D;
}
</style>
background-color css
<style>
a { background-color: #83584D; }
a { background-color: rgb(131,88,77); }
div.DivClassName
{
background-color: #83584D;
}
.BgClassName
{
background-color: #83584D;
}
</style>
border-color css
<style>
span { border-color: #83584D; }
span { border-color: rgb(131,88,77); }
td.TdClassName
{
border-color: #83584D;
}
.TagClassName
{
border-color: #83584D;
}
</style>