Html Css Color HEX #8F6272 Mauve Taupe

📋 copy color: '#8F6272'

red 143 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #8F6272

Tints of Mauve Taupe #8F6272

RGB

 RED value IS 143 (56.25% from 255) = 40.28%

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 40.28%
G = 27.61%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F6272 (or 0x8F6272) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 72. RGB value is (143,98,114). Sum of RGB (Red+Green+Blue) = 143+98+114=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6272 is #709D8D. Grayscale: #717171. Windows color (decimal): -7380366 or 7496335. OLE color: 7496335.

HSL color Cylindrical-coordinate representation of color #8F6272: hue angle of 338.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6272 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 98 114 -
CMYK 0 0.31 0.20 0.44
HSL 338.67º 0.19% 0.47% -
HSV(B) 338.67º 0.31% 0.56% -
XYZ 18.73 15.79 17.98 -
YUV 113.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 143 98 114 0 0.31 0.20 0.44 338.67 0.19 0.47
Hex 8F 62 72 0 1F 14 2C 153 13 2F
Octal 217 142 162 0 37 24 54 523 23 57
Binary 10001111 1100010 1110010 0 11111 10100 101100 101010011 10011 101111

Color Harmonies of #8F6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6272

Black with #8F6272

Text Example


Text Example

White with #8F6272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F6272; }

 p { color: rgb(143,98,114); }

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

background-color css

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

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

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

border-color css

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

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

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