Html Css Color HEX #957272 Bazaar

📋 copy color: '#957272'

red 149 ◦ green 114 ◦ blue 114

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

Shades of Bazaar #957272

Tints of Bazaar #957272

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 39.52%
G = 30.24%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957272 (or 0x957272) is known color: Bazaar. HEX triplet: 95, 72 and 72. RGB value is (149,114,114). Sum of RGB (Red+Green+Blue) = 149+114+114=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #957272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957272 is #6A8D8D. Grayscale: #7C7C7C. Windows color (decimal): -6983054 or 7500437. OLE color: 7500437.

HSL color Cylindrical-coordinate representation of color #957272: hue angle of 0º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957272 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 114 -
CMYK 0 0.23 0.23 0.42
HSL 0.14% 0.52% -
HSV(B) 0.23% 0.58% -
XYZ 21.45 19.64 18.58 -
YUV 124.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 149 114 114 0 0.23 0.23 0.42 0 0.14 0.52
Hex 95 72 72 0 17 17 2A 0 E 34
Octal 225 162 162 0 27 27 52 0 16 64
Binary 10010101 1110010 1110010 0 10111 10111 101010 0 1110 110100

Color Harmonies of #957272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957272

Black with #957272

Text Example


Text Example

White with #957272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957272; }

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

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

background-color css

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

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

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

border-color css

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

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

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