#907272

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

Shades of Bazaar #907272

Tints of Bazaar #907272

Color information

#907272 (or 0x907272) is unknown color: approx Bazaar. HEX triplet: 90, 72 and 72. RGB value is (144,114,114). Sum of RGB (Red+Green+Blue) = 144+114+114=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #907272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907272 is #6F8D8D. Grayscale: #7A7A7A. Windows color (decimal): -7310734 or 7500432. OLE color: 7500432.

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

Color convert

RGB144114114-
CMYK00.210.210.44
HSL11.9%50.59%-
HSV(B)20.83%56.47%-
XYZ20.5619.1818.54-
YUV122.97122.94143-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=38.71%
G=30.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411411400.210.210.44011.950.59
Hex907272015152C0c33
Octal220162162025255401463
Binary10010000111001011100100101011010110110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907272; }

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

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

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

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

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

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

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

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