Shades of Bazaar #9D7373
Tints of Bazaar #9D7373
RGB
CMYK
RGB Variations
Color information
#9D7373 (or 0x9D7373) is known color: Bazaar. HEX triplet: 9D, 73 and 73. RGB value is (157,115,115). Sum of RGB (Red+Green+Blue) = 157+115+115=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7373 is #628C8C. Grayscale: #7F7F7F. Windows color (decimal): -6458509 or 7566237. OLE color: 7566237.
HSL color Cylindrical-coordinate representation of color #9D7373: hue angle of 0º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7373 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 115 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.38 |
| HSL | 0º | 0.18% | 0.53% | - |
| HSV(B) | 0º | 0.27% | 0.62% | - |
| XYZ | 23.13 | 20.67 | 18.99 | - |
| YUV | 127.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 115 | 0 | 0.27 | 0.27 | 0.38 | 0 | 0.18 | 0.53 |
| Hex | 9D | 73 | 73 | 0 | 1B | 1B | 26 | 0 | 12 | 35 |
| Octal | 235 | 163 | 163 | 0 | 33 | 33 | 46 | 0 | 22 | 65 |
| Binary | 10011101 | 1110011 | 1110011 | 0 | 11011 | 11011 | 100110 | 0 | 10010 | 110101 |
Color Harmonies of #9D7373
Complementary color
Monochromatic Colors of #9D7373
Black with #9D7373
Text Example
Text Example
White with #9D7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7373; }
p { color: rgb(157,115,115); }
H1.HeaderClassName
{
color: #9D7373;
}
.AnyTagClassName
{
color: #9D7373;
}
</style>
background-color css
<style>
a { background-color: #9D7373; }
a { background-color: rgb(157,115,115); }
div.DivClassName
{
background-color: #9D7373;
}
.BgClassName
{
background-color: #9D7373;
}
</style>
border-color css
<style>
span { border-color: #9D7373; }
span { border-color: rgb(157,115,115); }
td.TdClassName
{
border-color: #9D7373;
}
.TagClassName
{
border-color: #9D7373;
}
</style>