#907271

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

Shades of Bazaar #907271

Tints of Bazaar #907271

Color information

#907271 (or 0x907271) is unknown color: approx Bazaar. HEX triplet: 90, 72 and 71. RGB value is (144,114,113). Sum of RGB (Red+Green+Blue) = 144+114+113=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #907271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907271 is #6F8D8E. Grayscale: #7A7A7A. Windows color (decimal): -7310735 or 7434896. OLE color: 7434896.

HSL color Cylindrical-coordinate representation of color #907271: hue angle of 1.94º 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 #907271 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144114113-
CMYK00.210.220.44
HSL1.94º12.25%50.39%-
HSV(B)1.94º21.53%56.47%-
XYZ20.519.1618.24-
YUV122.86122.44143.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=38.81%
G=30.73%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411411300.210.220.441.9412.2550.39
Hex907271015162C2c32
Octal220162161025265421462
Binary100100001110010111000101010110110101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907271; }

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

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

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

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

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

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

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

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