Shades of Bazaar #987571
Tints of Bazaar #987571
RGB
CMYK
RGB Variations
Color information
#987571 (or 0x987571) is known color: Bazaar. HEX triplet: 98, 75 and 71. RGB value is (152,117,113). Sum of RGB (Red+Green+Blue) = 152+117+113=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987571 is #678A8E. Grayscale: #7F7F7F. Windows color (decimal): -6785679 or 7435672. OLE color: 7435672.
HSL color Cylindrical-coordinate representation of color #987571: hue angle of 6.15º 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 #987571 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 113 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.40 |
| HSL | 6.15º | 0.16% | 0.52% | - |
| HSV(B) | 6.15º | 0.26% | 0.6% | - |
| XYZ | 22.29 | 20.59 | 18.42 | - |
| YUV | 127.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 113 | 0 | 0.23 | 0.26 | 0.40 | 6.15 | 0.16 | 0.52 |
| Hex | 98 | 75 | 71 | 0 | 17 | 1A | 28 | 6 | 10 | 34 |
| Octal | 230 | 165 | 161 | 0 | 27 | 32 | 50 | 6 | 20 | 64 |
| Binary | 10011000 | 1110101 | 1110001 | 0 | 10111 | 11010 | 101000 | 110 | 10000 | 110100 |
Color Harmonies of #987571
Complementary color
Monochromatic Colors of #987571
Black with #987571
Text Example
Text Example
White with #987571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987571; }
p { color: rgb(152,117,113); }
H1.HeaderClassName
{
color: #987571;
}
.AnyTagClassName
{
color: #987571;
}
</style>
background-color css
<style>
a { background-color: #987571; }
a { background-color: rgb(152,117,113); }
div.DivClassName
{
background-color: #987571;
}
.BgClassName
{
background-color: #987571;
}
</style>
border-color css
<style>
span { border-color: #987571; }
span { border-color: rgb(152,117,113); }
td.TdClassName
{
border-color: #987571;
}
.TagClassName
{
border-color: #987571;
}
</style>