Html Css Color HEX #816070 Mauve Taupe

📋 copy color: '#816070'

red 129 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #816070

Tints of Mauve Taupe #816070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 38.28%
G = 28.49%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#816070 (or 0x816070) is known color: Mauve Taupe. HEX triplet: 81, 60 and 70. RGB value is (129,96,112). Sum of RGB (Red+Green+Blue) = 129+96+112=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816070 is #7E9F8F. Grayscale: #6B6B6B. Windows color (decimal): -8298384 or 7364737. OLE color: 7364737.

HSL color Cylindrical-coordinate representation of color #816070: hue angle of 330.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816070 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 112 -
CMYK 0 0.26 0.13 0.49
HSL 330.91º 0.15% 0.44% -
HSV(B) 330.91º 0.26% 0.51% -
XYZ 16.16 14.2 17.22 -
YUV 107.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 129 96 112 0 0.26 0.13 0.49 330.91 0.15 0.44
Hex 81 60 70 0 1A D 31 14B F 2C
Octal 201 140 160 0 32 15 61 513 17 54
Binary 10000001 1100000 1110000 0 11010 1101 110001 101001011 1111 101100

Color Harmonies of #816070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816070

Black with #816070

Text Example


Text Example

White with #816070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816070; }

 p { color: rgb(129,96,112); }

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

background-color css

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

 a { background-color: rgb(129,96,112); }

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

border-color css

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

 span { border-color: rgb(129,96,112); }

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