Shades of Spicy Mix #8F6052
Tints of Spicy Mix #8F6052
RGB
CMYK
RGB Variations
Color information
#8F6052 (or 0x8F6052) is known color: Spicy Mix. HEX triplet: 8F, 60 and 52. RGB value is (143,96,82). Sum of RGB (Red+Green+Blue) = 143+96+82=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6052 is #709FAD. Grayscale: #6C6C6C. Windows color (decimal): -7380910 or 5398671. OLE color: 5398671.
HSL color Cylindrical-coordinate representation of color #8F6052: hue angle of 13.77º 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 #8F6052 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 82 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.44 |
| HSL | 13.77º | 0.27% | 0.44% | - |
| HSV(B) | 13.77º | 0.43% | 0.56% | - |
| XYZ | 17.03 | 14.81 | 9.94 | - |
| YUV | 108.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 82 | 0 | 0.33 | 0.43 | 0.44 | 13.77 | 0.27 | 0.44 |
| Hex | 8F | 60 | 52 | 0 | 21 | 2B | 2C | E | 1B | 2C |
| Octal | 217 | 140 | 122 | 0 | 41 | 53 | 54 | 16 | 33 | 54 |
| Binary | 10001111 | 1100000 | 1010010 | 0 | 100001 | 101011 | 101100 | 1110 | 11011 | 101100 |
Color Harmonies of #8F6052
Complementary color
Monochromatic Colors of #8F6052
Black with #8F6052
Text Example
Text Example
White with #8F6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6052; }
p { color: rgb(143,96,82); }
H1.HeaderClassName
{
color: #8F6052;
}
.AnyTagClassName
{
color: #8F6052;
}
</style>
background-color css
<style>
a { background-color: #8F6052; }
a { background-color: rgb(143,96,82); }
div.DivClassName
{
background-color: #8F6052;
}
.BgClassName
{
background-color: #8F6052;
}
</style>
border-color css
<style>
span { border-color: #8F6052; }
span { border-color: rgb(143,96,82); }
td.TdClassName
{
border-color: #8F6052;
}
.TagClassName
{
border-color: #8F6052;
}
</style>