#957373

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

Shades of Bazaar #957373

Tints of Bazaar #957373

Color information

#957373 (or 0x957373) is unknown color: approx Bazaar. HEX triplet: 95, 73 and 73. RGB value is (149,115,115). Sum of RGB (Red+Green+Blue) = 149+115+115=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957373 is #6A8C8C. Grayscale: #7D7D7D. Windows color (decimal): -6982797 or 7566229. OLE color: 7566229.

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

Color convert

RGB149115115-
CMYK00.230.230.42
HSL13.82%51.76%-
HSV(B)22.82%58.43%-
XYZ21.6219.8918.92-
YUV125.17122.26145-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=39.31%
G=30.34%
B=30.34%

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
Decimal14911511500.230.230.42013.8251.76
Hex957373017172A0e34
Octal225163163027275201664
Binary10010101111001111100110101111011110101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957373; }

 p { color: rgb(149,115,115); }

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

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

 a { background-color: rgb(149,115,115); }

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

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

 span { border-color: rgb(149,115,115); }

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