Shades of Bazaar #8D7270
Tints of Bazaar #8D7270
RGB
CMYK
RGB Variations
Color information
#8D7270 (or 0x8D7270) is known color: Bazaar. HEX triplet: 8D, 72 and 70. RGB value is (141,114,112). Sum of RGB (Red+Green+Blue) = 141+114+112=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7270 is #728D8F. Grayscale: #797979. Windows color (decimal): -7507344 or 7369357. OLE color: 7369357.
HSL color Cylindrical-coordinate representation of color #8D7270: hue angle of 4.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7270 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 112 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.45 |
| HSL | 4.14º | 0.11% | 0.5% | - |
| HSV(B) | 4.14º | 0.21% | 0.55% | - |
| XYZ | 19.93 | 18.87 | 17.92 | - |
| YUV | 121.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 112 | 0 | 0.19 | 0.21 | 0.45 | 4.14 | 0.11 | 0.5 |
| Hex | 8D | 72 | 70 | 0 | 13 | 15 | 2D | 4 | B | 32 |
| Octal | 215 | 162 | 160 | 0 | 23 | 25 | 55 | 4 | 13 | 62 |
| Binary | 10001101 | 1110010 | 1110000 | 0 | 10011 | 10101 | 101101 | 100 | 1011 | 110010 |
Color Harmonies of #8D7270
Complementary color
Monochromatic Colors of #8D7270
Black with #8D7270
Text Example
Text Example
White with #8D7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7270; }
p { color: rgb(141,114,112); }
H1.HeaderClassName
{
color: #8D7270;
}
.AnyTagClassName
{
color: #8D7270;
}
</style>
background-color css
<style>
a { background-color: #8D7270; }
a { background-color: rgb(141,114,112); }
div.DivClassName
{
background-color: #8D7270;
}
.BgClassName
{
background-color: #8D7270;
}
</style>
border-color css
<style>
span { border-color: #8D7270; }
span { border-color: rgb(141,114,112); }
td.TdClassName
{
border-color: #8D7270;
}
.TagClassName
{
border-color: #8D7270;
}
</style>