Shades of Bazaar #8C7171
Tints of Bazaar #8C7171
RGB
CMYK
RGB Variations
Color information
#8C7171 (or 0x8C7171) is known color: Bazaar. HEX triplet: 8C, 71 and 71. RGB value is (140,113,113). Sum of RGB (Red+Green+Blue) = 140+113+113=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7171 is #738E8E. Grayscale: #797979. Windows color (decimal): -7573135 or 7434636. OLE color: 7434636.
HSL color Cylindrical-coordinate representation of color #8C7171: hue angle of 0º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7171 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 113 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.45 |
| HSL | 0º | 0.11% | 0.5% | - |
| HSV(B) | 0º | 0.19% | 0.55% | - |
| XYZ | 19.7 | 18.58 | 18.17 | - |
| YUV | 121.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 113 | 0 | 0.19 | 0.19 | 0.45 | 0 | 0.11 | 0.5 |
| Hex | 8C | 71 | 71 | 0 | 13 | 13 | 2D | 0 | B | 32 |
| Octal | 214 | 161 | 161 | 0 | 23 | 23 | 55 | 0 | 13 | 62 |
| Binary | 10001100 | 1110001 | 1110001 | 0 | 10011 | 10011 | 101101 | 0 | 1011 | 110010 |
Color Harmonies of #8C7171
Complementary color
Monochromatic Colors of #8C7171
Black with #8C7171
Text Example
Text Example
White with #8C7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7171; }
p { color: rgb(140,113,113); }
H1.HeaderClassName
{
color: #8C7171;
}
.AnyTagClassName
{
color: #8C7171;
}
</style>
background-color css
<style>
a { background-color: #8C7171; }
a { background-color: rgb(140,113,113); }
div.DivClassName
{
background-color: #8C7171;
}
.BgClassName
{
background-color: #8C7171;
}
</style>
border-color css
<style>
span { border-color: #8C7171; }
span { border-color: rgb(140,113,113); }
td.TdClassName
{
border-color: #8C7171;
}
.TagClassName
{
border-color: #8C7171;
}
</style>