#947171

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

Shades of Bazaar #947171

Tints of Bazaar #947171

Color information

#947171 (or 0x947171) is unknown color: approx Bazaar. HEX triplet: 94, 71 and 71. RGB value is (148,113,113). Sum of RGB (Red+Green+Blue) = 148+113+113=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #947171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947171 is #6B8E8E. Grayscale: #7B7B7B. Windows color (decimal): -7048847 or 7434644. OLE color: 7434644.

HSL color Cylindrical-coordinate representation of color #947171: 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.24%. Process color model (Four color, CMYK) of #947171 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148113113-
CMYK00.240.240.42
HSL14.06%51.18%-
HSV(B)23.65%58.04%-
XYZ21.119.318.24-
YUV123.46122.1145.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=39.57%
G=30.21%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811311300.240.240.42014.0651.18
Hex947171018182A0e33
Octal224161161030305201663
Binary10010100111000111100010110001100010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947171; }

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

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

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

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

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

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

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

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