Html Css Color HEX #917271 Bazaar

📋 copy color: '#917271'

red 145 ◦ green 114 ◦ blue 113

#917271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #917271

Tints of Bazaar #917271

RGB

 RED value IS 145 (57.03% from 255) = 38.98%

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 38.98%
G = 30.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917271 (or 0x917271) is known color: Bazaar. HEX triplet: 91, 72 and 71. RGB value is (145,114,113). Sum of RGB (Red+Green+Blue) = 145+114+113=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #917271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917271 is #6E8D8E. Grayscale: #7B7B7B. Windows color (decimal): -7245199 or 7434897. OLE color: 7434897.

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

Color convert

RGB 145 114 113 -
CMYK 0 0.21 0.22 0.43
HSL 1.88º 0.13% 0.51% -
HSV(B) 1.88º 0.22% 0.57% -
XYZ 20.68 19.25 18.25 -
YUV 123.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 145 114 113 0 0.21 0.22 0.43 1.88 0.13 0.51
Hex 91 72 71 0 15 16 2B 2 D 33
Octal 221 162 161 0 25 26 53 2 15 63
Binary 10010001 1110010 1110001 0 10101 10110 101011 10 1101 110011

Color Harmonies of #917271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917271

Black with #917271

Text Example


Text Example

White with #917271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917271; }

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

 H1.HeaderClassName
 {
   color: #917271;
 }
 .AnyTagClassName
 {
   color: #917271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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