#8A7171

Color #8A7171 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #8A7171

Tints of Bazaar #8A7171

Color information

#8A7171 (or 0x8A7171) is unknown color: approx Bazaar. HEX triplet: 8A, 71 and 71. RGB value is (138,113,113). Sum of RGB (Red+Green+Blue) = 138+113+113=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7171 is #758E8E. Grayscale: #787878. Windows color (decimal): -7704207 or 7434634. OLE color: 7434634.

HSL color Cylindrical-coordinate representation of color #8A7171: hue angle of 0º 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 #8A7171 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB138113113-
CMYK00.180.180.46
HSL9.96%49.22%-
HSV(B)18.12%54.12%-
XYZ19.3718.4118.15-
YUV120.48123.78140.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=37.91%
G=31.04%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811311300.180.180.4609.9649.22
Hex8A7171012122E0a31
Octal212161161022225601261
Binary10001010111000111100010100101001010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7171; }

 p { color: rgb(138,113,113); }

 H1.HeaderClassName
 {
   color: #8A7171;
 }
 .AnyTagClassName
 {
   color: #8A7171;
 }
</style>
background-color css

<style>
 a { background-color: #8A7171; }

 a { background-color: rgb(138,113,113); }

 div.DivClassName
 {
   background-color: #8A7171;
 }
 .BgClassName
 {
   background-color: #8A7171;
 }
</style>
border-color css

<style>
 span { border-color: #8A7171; }

 span { border-color: rgb(138,113,113); }

 td.TdClassName
 {
   border-color: #8A7171;
 }
 .TagClassName
 {
   border-color: #8A7171;
 }
</style>