Html Css Color HEX #8F6071 Mauve Taupe

📋 copy color: '#8F6071'

red 143 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #8F6071

Tints of Mauve Taupe #8F6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

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

R = 40.63%
G = 27.27%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F6071 (or 0x8F6071) is known color: Mauve Taupe. HEX triplet: 8F, 60 and 71. RGB value is (143,96,113). Sum of RGB (Red+Green+Blue) = 143+96+113=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6071 is #709F8E. Grayscale: #6F6F6F. Windows color (decimal): -7380879 or 7430287. OLE color: 7430287.

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

Color convert

RGB 143 96 113 -
CMYK 0 0.33 0.21 0.44
HSL 338.3º 0.2% 0.47% -
HSV(B) 338.3º 0.33% 0.56% -
XYZ 18.49 15.4 17.62 -
YUV 111.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 143 96 113 0 0.33 0.21 0.44 338.3 0.2 0.47
Hex 8F 60 71 0 21 15 2C 152 14 2F
Octal 217 140 161 0 41 25 54 522 24 57
Binary 10001111 1100000 1110001 0 100001 10101 101100 101010010 10100 101111

Color Harmonies of #8F6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6071

Black with #8F6071

Text Example


Text Example

White with #8F6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,113); }

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

background-color css

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

 a { background-color: rgb(143,96,113); }

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

border-color css

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

 span { border-color: rgb(143,96,113); }

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