Shades of Bazaar #997271
Tints of Bazaar #997271
RGB
CMYK
RGB Variations
Color information
#997271 (or 0x997271) is known color: Bazaar. HEX triplet: 99, 72 and 71. RGB value is (153,114,113). Sum of RGB (Red+Green+Blue) = 153+114+113=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #997271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997271 is #668D8E. Grayscale: #7D7D7D. Windows color (decimal): -6720911 or 7434905. OLE color: 7434905.
HSL color Cylindrical-coordinate representation of color #997271: hue angle of 1.5º 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 #997271 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 113 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.4 |
| HSL | 1.5º | 0.16% | 0.52% | - |
| HSV(B) | 1.5º | 0.26% | 0.6% | - |
| XYZ | 22.13 | 20 | 18.32 | - |
| YUV | 125.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 113 | 0 | 0.25 | 0.26 | 0.4 | 1.5 | 0.16 | 0.52 |
| Hex | 99 | 72 | 71 | 0 | 19 | 1A | 28 | 2 | 10 | 34 |
| Octal | 231 | 162 | 161 | 0 | 31 | 32 | 50 | 2 | 20 | 64 |
| Binary | 10011001 | 1110010 | 1110001 | 0 | 11001 | 11010 | 101000 | 10 | 10000 | 110100 |
Color Harmonies of #997271
Complementary color
Monochromatic Colors of #997271
Black with #997271
Text Example
Text Example
White with #997271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997271; }
p { color: rgb(153,114,113); }
H1.HeaderClassName
{
color: #997271;
}
.AnyTagClassName
{
color: #997271;
}
</style>
background-color css
<style>
a { background-color: #997271; }
a { background-color: rgb(153,114,113); }
div.DivClassName
{
background-color: #997271;
}
.BgClassName
{
background-color: #997271;
}
</style>
border-color css
<style>
span { border-color: #997271; }
span { border-color: rgb(153,114,113); }
td.TdClassName
{
border-color: #997271;
}
.TagClassName
{
border-color: #997271;
}
</style>