Shades of Spicy Mix #82594B
Tints of Spicy Mix #82594B
RGB
CMYK
RGB Variations
Color information
#82594B (or 0x82594B) is known color: Spicy Mix. HEX triplet: 82, 59 and 4B. RGB value is (130,89,75). Sum of RGB (Red+Green+Blue) = 130+89+75=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82594B is #7DA6B4. Grayscale: #636363. Windows color (decimal): -8234677 or 4938114. OLE color: 4938114.
HSL color Cylindrical-coordinate representation of color #82594B: hue angle of 15.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82594B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 75 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.49 |
| HSL | 15.27º | 0.27% | 0.4% | - |
| HSV(B) | 15.27º | 0.42% | 0.51% | - |
| XYZ | 14.05 | 12.4 | 8.31 | - |
| YUV | 99.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 75 | 0 | 0.32 | 0.42 | 0.49 | 15.27 | 0.27 | 0.4 |
| Hex | 82 | 59 | 4B | 0 | 20 | 2A | 31 | F | 1B | 28 |
| Octal | 202 | 131 | 113 | 0 | 40 | 52 | 61 | 17 | 33 | 50 |
| Binary | 10000010 | 1011001 | 1001011 | 0 | 100000 | 101010 | 110001 | 1111 | 11011 | 101000 |
Color Harmonies of #82594B
Complementary color
Monochromatic Colors of #82594B
Black with #82594B
Text Example
Text Example
White with #82594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82594B; }
p { color: rgb(130,89,75); }
H1.HeaderClassName
{
color: #82594B;
}
.AnyTagClassName
{
color: #82594B;
}
</style>
background-color css
<style>
a { background-color: #82594B; }
a { background-color: rgb(130,89,75); }
div.DivClassName
{
background-color: #82594B;
}
.BgClassName
{
background-color: #82594B;
}
</style>
border-color css
<style>
span { border-color: #82594B; }
span { border-color: rgb(130,89,75); }
td.TdClassName
{
border-color: #82594B;
}
.TagClassName
{
border-color: #82594B;
}
</style>