Shades of Bazaar #987171
Tints of Bazaar #987171
RGB
CMYK
RGB Variations
Color information
#987171 (or 0x987171) is known color: Bazaar. HEX triplet: 98, 71 and 71. RGB value is (152,113,113). Sum of RGB (Red+Green+Blue) = 152+113+113=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #987171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987171 is #678E8E. Grayscale: #7C7C7C. Windows color (decimal): -6786703 or 7434648. OLE color: 7434648.
HSL color Cylindrical-coordinate representation of color #987171: hue angle of 0º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987171 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 113 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.40 |
| HSL | 0º | 0.16% | 0.52% | - |
| HSV(B) | 0º | 0.26% | 0.6% | - |
| XYZ | 21.83 | 19.68 | 18.27 | - |
| YUV | 124.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 113 | 0 | 0.26 | 0.26 | 0.40 | 0 | 0.16 | 0.52 |
| Hex | 98 | 71 | 71 | 0 | 1A | 1A | 28 | 0 | 10 | 34 |
| Octal | 230 | 161 | 161 | 0 | 32 | 32 | 50 | 0 | 20 | 64 |
| Binary | 10011000 | 1110001 | 1110001 | 0 | 11010 | 11010 | 101000 | 0 | 10000 | 110100 |
Color Harmonies of #987171
Complementary color
Monochromatic Colors of #987171
Black with #987171
Text Example
Text Example
White with #987171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987171; }
p { color: rgb(152,113,113); }
H1.HeaderClassName
{
color: #987171;
}
.AnyTagClassName
{
color: #987171;
}
</style>
background-color css
<style>
a { background-color: #987171; }
a { background-color: rgb(152,113,113); }
div.DivClassName
{
background-color: #987171;
}
.BgClassName
{
background-color: #987171;
}
</style>
border-color css
<style>
span { border-color: #987171; }
span { border-color: rgb(152,113,113); }
td.TdClassName
{
border-color: #987171;
}
.TagClassName
{
border-color: #987171;
}
</style>