Shades of Bazaar #8A7571
Tints of Bazaar #8A7571
RGB
CMYK
RGB Variations
Color information
#8A7571 (or 0x8A7571) is known color: Bazaar. HEX triplet: 8A, 75 and 71. RGB value is (138,117,113). Sum of RGB (Red+Green+Blue) = 138+117+113=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7571 is #758A8E. Grayscale: #7A7A7A. Windows color (decimal): -7703183 or 7435658. OLE color: 7435658.
HSL color Cylindrical-coordinate representation of color #8A7571: hue angle of 9.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7571 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 113 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.46 |
| HSL | 9.6º | 0.1% | 0.49% | - |
| HSV(B) | 9.6º | 0.18% | 0.54% | - |
| XYZ | 19.82 | 19.32 | 18.31 | - |
| YUV | 122.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 113 | 0 | 0.15 | 0.18 | 0.46 | 9.6 | 0.1 | 0.49 |
| Hex | 8A | 75 | 71 | 0 | F | 12 | 2E | A | A | 31 |
| Octal | 212 | 165 | 161 | 0 | 17 | 22 | 56 | 12 | 12 | 61 |
| Binary | 10001010 | 1110101 | 1110001 | 0 | 1111 | 10010 | 101110 | 1010 | 1010 | 110001 |
Color Harmonies of #8A7571
Complementary color
Monochromatic Colors of #8A7571
Black with #8A7571
Text Example
Text Example
White with #8A7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7571; }
p { color: rgb(138,117,113); }
H1.HeaderClassName
{
color: #8A7571;
}
.AnyTagClassName
{
color: #8A7571;
}
</style>
background-color css
<style>
a { background-color: #8A7571; }
a { background-color: rgb(138,117,113); }
div.DivClassName
{
background-color: #8A7571;
}
.BgClassName
{
background-color: #8A7571;
}
</style>
border-color css
<style>
span { border-color: #8A7571; }
span { border-color: rgb(138,117,113); }
td.TdClassName
{
border-color: #8A7571;
}
.TagClassName
{
border-color: #8A7571;
}
</style>