Shades of Bazaar #8D7373
Tints of Bazaar #8D7373
RGB
CMYK
RGB Variations
Color information
#8D7373 (or 0x8D7373) is known color: Bazaar. HEX triplet: 8D, 73 and 73. RGB value is (141,115,115). Sum of RGB (Red+Green+Blue) = 141+115+115=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7373 is #728C8C. Grayscale: #7A7A7A. Windows color (decimal): -7507085 or 7566221. OLE color: 7566221.
HSL color Cylindrical-coordinate representation of color #8D7373: hue angle of 0º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7373 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 115 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.45 |
| HSL | 0º | 0.1% | 0.5% | - |
| HSV(B) | 0º | 0.18% | 0.55% | - |
| XYZ | 20.21 | 19.16 | 18.85 | - |
| YUV | 122.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 115 | 0 | 0.18 | 0.18 | 0.45 | 0 | 0.1 | 0.5 |
| Hex | 8D | 73 | 73 | 0 | 12 | 12 | 2D | 0 | A | 32 |
| Octal | 215 | 163 | 163 | 0 | 22 | 22 | 55 | 0 | 12 | 62 |
| Binary | 10001101 | 1110011 | 1110011 | 0 | 10010 | 10010 | 101101 | 0 | 1010 | 110010 |
Color Harmonies of #8D7373
Complementary color
Monochromatic Colors of #8D7373
Black with #8D7373
Text Example
Text Example
White with #8D7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7373; }
p { color: rgb(141,115,115); }
H1.HeaderClassName
{
color: #8D7373;
}
.AnyTagClassName
{
color: #8D7373;
}
</style>
background-color css
<style>
a { background-color: #8D7373; }
a { background-color: rgb(141,115,115); }
div.DivClassName
{
background-color: #8D7373;
}
.BgClassName
{
background-color: #8D7373;
}
</style>
border-color css
<style>
span { border-color: #8D7373; }
span { border-color: rgb(141,115,115); }
td.TdClassName
{
border-color: #8D7373;
}
.TagClassName
{
border-color: #8D7373;
}
</style>