Html Css Color HEX #8D616B Mauve Taupe

📋 copy color: '#8D616B'

red 141 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #8D616B

Tints of Mauve Taupe #8D616B

RGB

 RED value IS 141 (55.47% from 255) = 40.87%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 40.87%
G = 28.12%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D616B (or 0x8D616B) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 6B. RGB value is (141,97,107). Sum of RGB (Red+Green+Blue) = 141+97+107=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D616B is #729E94. Grayscale: #6F6F6F. Windows color (decimal): -7511701 or 7037325. OLE color: 7037325.

HSL color Cylindrical-coordinate representation of color #8D616B: hue angle of 346.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D616B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 107 -
CMYK 0 0.31 0.24 0.45
HSL 346.36º 0.18% 0.47% -
HSV(B) 346.36º 0.31% 0.55% -
XYZ 17.91 15.27 15.91 -
YUV 111.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 141 97 107 0 0.31 0.24 0.45 346.36 0.18 0.47
Hex 8D 61 6B 0 1F 18 2D 15A 12 2F
Octal 215 141 153 0 37 30 55 532 22 57
Binary 10001101 1100001 1101011 0 11111 11000 101101 101011010 10010 101111

Color Harmonies of #8D616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D616B

Black with #8D616B

Text Example


Text Example

White with #8D616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,97,107); }

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

background-color css

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

 a { background-color: rgb(141,97,107); }

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

border-color css

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

 span { border-color: rgb(141,97,107); }

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