#917571

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

Shades of Bazaar #917571

Tints of Bazaar #917571

Color information

#917571 (or 0x917571) is unknown color: approx Bazaar. HEX triplet: 91, 75 and 71. RGB value is (145,117,113). Sum of RGB (Red+Green+Blue) = 145+117+113=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917571 is #6E8A8E. Grayscale: #7C7C7C. Windows color (decimal): -7244431 or 7435665. OLE color: 7435665.

HSL color Cylindrical-coordinate representation of color #917571: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917571 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145117113-
CMYK00.190.220.43
HSL7.5º12.7%50.59%-
HSV(B)7.5º22.07%56.86%-
XYZ21.0219.9318.36-
YUV124.92121.28142.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=38.67%
G=31.2%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711300.190.220.437.512.750.59
Hex917571013162B7d33
Octal221165161023265371563
Binary1001000111101011110001010011101101010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917571; }

 p { color: rgb(145,117,113); }

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

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

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

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

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

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

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