Shades of Spicy Mix #8D5B4B
Tints of Spicy Mix #8D5B4B
RGB
CMYK
RGB Variations
Color information
#8D5B4B (or 0x8D5B4B) is known color: Spicy Mix. HEX triplet: 8D, 5B and 4B. RGB value is (141,91,75). Sum of RGB (Red+Green+Blue) = 141+91+75=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5B4B is #72A4B4. Grayscale: #686868. Windows color (decimal): -7513269 or 4938637. OLE color: 4938637.
HSL color Cylindrical-coordinate representation of color #8D5B4B: hue angle of 14.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D5B4B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 75 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.45 |
| HSL | 14.55º | 0.31% | 0.42% | - |
| HSV(B) | 14.55º | 0.47% | 0.55% | - |
| XYZ | 16 | 13.65 | 8.45 | - |
| YUV | 104.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 75 | 0 | 0.35 | 0.47 | 0.45 | 14.55 | 0.31 | 0.42 |
| Hex | 8D | 5B | 4B | 0 | 23 | 2F | 2D | F | 1F | 2A |
| Octal | 215 | 133 | 113 | 0 | 43 | 57 | 55 | 17 | 37 | 52 |
| Binary | 10001101 | 1011011 | 1001011 | 0 | 100011 | 101111 | 101101 | 1111 | 11111 | 101010 |
Color Harmonies of #8D5B4B
Complementary color
Monochromatic Colors of #8D5B4B
Black with #8D5B4B
Text Example
Text Example
White with #8D5B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B4B; }
p { color: rgb(141,91,75); }
H1.HeaderClassName
{
color: #8D5B4B;
}
.AnyTagClassName
{
color: #8D5B4B;
}
</style>
background-color css
<style>
a { background-color: #8D5B4B; }
a { background-color: rgb(141,91,75); }
div.DivClassName
{
background-color: #8D5B4B;
}
.BgClassName
{
background-color: #8D5B4B;
}
</style>
border-color css
<style>
span { border-color: #8D5B4B; }
span { border-color: rgb(141,91,75); }
td.TdClassName
{
border-color: #8D5B4B;
}
.TagClassName
{
border-color: #8D5B4B;
}
</style>