Shades of Spicy Mix #8F6252
Tints of Spicy Mix #8F6252
RGB
CMYK
RGB Variations
Color information
#8F6252 (or 0x8F6252) is known color: Spicy Mix. HEX triplet: 8F, 62 and 52. RGB value is (143,98,82). Sum of RGB (Red+Green+Blue) = 143+98+82=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6252 is #709DAD. Grayscale: #6D6D6D. Windows color (decimal): -7380398 or 5399183. OLE color: 5399183.
HSL color Cylindrical-coordinate representation of color #8F6252: hue angle of 15.74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F6252 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 82 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.44 |
| HSL | 15.74º | 0.27% | 0.44% | - |
| HSV(B) | 15.74º | 0.43% | 0.56% | - |
| XYZ | 17.22 | 15.18 | 10.01 | - |
| YUV | 109.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 82 | 0 | 0.31 | 0.43 | 0.44 | 15.74 | 0.27 | 0.44 |
| Hex | 8F | 62 | 52 | 0 | 1F | 2B | 2C | 10 | 1B | 2C |
| Octal | 217 | 142 | 122 | 0 | 37 | 53 | 54 | 20 | 33 | 54 |
| Binary | 10001111 | 1100010 | 1010010 | 0 | 11111 | 101011 | 101100 | 10000 | 11011 | 101100 |
Color Harmonies of #8F6252
Complementary color
Monochromatic Colors of #8F6252
Black with #8F6252
Text Example
Text Example
White with #8F6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6252; }
p { color: rgb(143,98,82); }
H1.HeaderClassName
{
color: #8F6252;
}
.AnyTagClassName
{
color: #8F6252;
}
</style>
background-color css
<style>
a { background-color: #8F6252; }
a { background-color: rgb(143,98,82); }
div.DivClassName
{
background-color: #8F6252;
}
.BgClassName
{
background-color: #8F6252;
}
</style>
border-color css
<style>
span { border-color: #8F6252; }
span { border-color: rgb(143,98,82); }
td.TdClassName
{
border-color: #8F6252;
}
.TagClassName
{
border-color: #8F6252;
}
</style>