#907171

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

Shades of Bazaar #907171

Tints of Bazaar #907171

Color information

#907171 (or 0x907171) is unknown color: approx Bazaar. HEX triplet: 90, 71 and 71. RGB value is (144,113,113). Sum of RGB (Red+Green+Blue) = 144+113+113=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #907171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907171 is #6F8E8E. Grayscale: #7A7A7A. Windows color (decimal): -7310991 or 7434640. OLE color: 7434640.

HSL color Cylindrical-coordinate representation of color #907171: hue angle of 0º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907171 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144113113-
CMYK00.220.220.44
HSL12.25%50.39%-
HSV(B)21.53%56.47%-
XYZ20.3918.9318.2-
YUV122.27122.77143.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=38.92%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411311300.220.220.44012.2550.39
Hex907171016162C0c32
Octal220161161026265401462
Binary10010000111000111100010101101011010110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907171; }

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

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

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

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

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

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

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

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