Html Css Color HEX #826070 Mauve Taupe

📋 copy color: '#826070'

red 130 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #826070

Tints of Mauve Taupe #826070

RGB

 RED value IS 130 (51.17% from 255) = 38.46%

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

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

R = 38.46%
G = 28.4%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#826070 (or 0x826070) is known color: Mauve Taupe. HEX triplet: 82, 60 and 70. RGB value is (130,96,112). Sum of RGB (Red+Green+Blue) = 130+96+112=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #826070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826070 is #7D9F8F. Grayscale: #6B6B6B. Windows color (decimal): -8232848 or 7364738. OLE color: 7364738.

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

Color convert

RGB 130 96 112 -
CMYK 0 0.26 0.14 0.49
HSL 331.76º 0.15% 0.44% -
HSV(B) 331.76º 0.26% 0.51% -
XYZ 16.31 14.28 17.23 -
YUV 107.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 130 96 112 0 0.26 0.14 0.49 331.76 0.15 0.44
Hex 82 60 70 0 1A E 31 14C F 2C
Octal 202 140 160 0 32 16 61 514 17 54
Binary 10000010 1100000 1110000 0 11010 1110 110001 101001100 1111 101100

Color Harmonies of #826070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826070

Black with #826070

Text Example


Text Example

White with #826070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826070; }

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

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

background-color css

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

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

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

border-color css

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

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

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