Html Css Color HEX #815F70 Mauve Taupe

📋 copy color: '#815F70'

red 129 ◦ green 95 ◦ blue 112

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

Shades of Mauve Taupe #815F70

Tints of Mauve Taupe #815F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 38.39%
G = 28.27%
B = 33.33%

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

#815F70 (or 0x815F70) is known color: Mauve Taupe. HEX triplet: 81, 5F and 70. RGB value is (129,95,112). Sum of RGB (Red+Green+Blue) = 129+95+112=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F70 is #7EA08F. Grayscale: #6B6B6B. Windows color (decimal): -8298640 or 7364481. OLE color: 7364481.

HSL color Cylindrical-coordinate representation of color #815F70: hue angle of 330º 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 #815F70 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 95 112 -
CMYK 0 0.26 0.13 0.49
HSL 330º 0.15% 0.44% -
HSV(B) 330º 0.26% 0.51% -
XYZ 16.07 14.02 17.19 -
YUV 107.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 129 95 112 0 0.26 0.13 0.49 330 0.15 0.44
Hex 81 5F 70 0 1A D 31 14A F 2C
Octal 201 137 160 0 32 15 61 512 17 54
Binary 10000001 1011111 1110000 0 11010 1101 110001 101001010 1111 101100

Color Harmonies of #815F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F70

Black with #815F70

Text Example


Text Example

White with #815F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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