#937171

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

Shades of Bazaar #937171

Tints of Bazaar #937171

Color information

#937171 (or 0x937171) is unknown color: approx Bazaar. HEX triplet: 93, 71 and 71. RGB value is (147,113,113). Sum of RGB (Red+Green+Blue) = 147+113+113=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #937171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937171 is #6C8E8E. Grayscale: #7B7B7B. Windows color (decimal): -7114383 or 7434643. OLE color: 7434643.

HSL color Cylindrical-coordinate representation of color #937171: hue angle of 0º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #937171 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147113113-
CMYK00.230.230.42
HSL13.6%50.98%-
HSV(B)23.13%57.65%-
XYZ20.9219.2118.23-
YUV123.17122.26145-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=39.41%
G=30.29%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711311300.230.230.42013.650.98
Hex937171017172A0e33
Octal223161161027275201663
Binary10010011111000111100010101111011110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937171; }

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

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

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

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

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

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

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

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