Html Css Color HEX #81616D Mauve Taupe

📋 copy color: '#81616D'

red 129 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #81616D

Tints of Mauve Taupe #81616D

RGB

 RED value IS 129 (50.78% from 255) = 38.51%

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 38.51%
G = 28.96%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81616D (or 0x81616D) is known color: Mauve Taupe. HEX triplet: 81, 61 and 6D. RGB value is (129,97,109). Sum of RGB (Red+Green+Blue) = 129+97+109=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81616D is #7E9E92. Grayscale: #6B6B6B. Windows color (decimal): -8298131 or 7168385. OLE color: 7168385.

HSL color Cylindrical-coordinate representation of color #81616D: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81616D is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 97 109 -
CMYK 0 0.25 0.16 0.49
HSL 337.5º 0.14% 0.44% -
HSV(B) 337.5º 0.25% 0.51% -
XYZ 16.09 14.32 16.38 -
YUV 107.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 129 97 109 0 0.25 0.16 0.49 337.5 0.14 0.44
Hex 81 61 6D 0 19 10 31 152 E 2C
Octal 201 141 155 0 31 20 61 522 16 54
Binary 10000001 1100001 1101101 0 11001 10000 110001 101010010 1110 101100

Color Harmonies of #81616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81616D

Black with #81616D

Text Example


Text Example

White with #81616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81616D; }

 p { color: rgb(129,97,109); }

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

background-color css

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

 a { background-color: rgb(129,97,109); }

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

border-color css

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

 span { border-color: rgb(129,97,109); }

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