#957271

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

Shades of Bazaar #957271

Tints of Bazaar #957271

Color information

#957271 (or 0x957271) is unknown color: approx Bazaar. HEX triplet: 95, 72 and 71. RGB value is (149,114,113). Sum of RGB (Red+Green+Blue) = 149+114+113=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #957271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957271 is #6A8D8E. Grayscale: #7C7C7C. Windows color (decimal): -6983055 or 7434901. OLE color: 7434901.

HSL color Cylindrical-coordinate representation of color #957271: hue angle of 1.67º degrees, saturation: 0.15, 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 #957271 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB149114113-
CMYK00.230.240.42
HSL1.67º14.52%51.37%-
HSV(B)1.67º24.16%58.43%-
XYZ21.3919.6218.28-
YUV124.35121.6145.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=39.63%
G=30.32%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911411300.230.240.421.6714.5251.37
Hex957271017182A2f33
Octal225162161027305221763
Binary100101011110010111000101011111000101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957271; }

 p { color: rgb(149,114,113); }

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

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

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

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

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

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

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