#82626F

Color #82626F Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #82626F

Tints of Mauve Taupe #82626F

Color information

#82626F (or 0x82626F) is unknown color: approx Mauve Taupe. HEX triplet: 82, 62 and 6F. RGB value is (130,98,111). Sum of RGB (Red+Green+Blue) = 130+98+111=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82626F is #7D9D90. Grayscale: #6D6D6D. Windows color (decimal): -8232337 or 7299714. OLE color: 7299714.

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

Color convert

RGB13098111-
CMYK00.250.150.49
HSL335.62º14.04%44.71%-
HSV(B)335.62º24.62%50.98%-
XYZ16.4414.6317-
YUV109.05129.1142.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=38.35%
G=28.91%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309811100.250.150.49335.6214.0444.71
Hex82626F019F31150e2d
Octal20214215703117615201655
Binary100000101100010110111101100111111100011010100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82626F; }

 p { color: rgb(130,98,111); }

 H1.HeaderClassName
 {
   color: #82626F;
 }
 .AnyTagClassName
 {
   color: #82626F;
 }
</style>
background-color css

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

 a { background-color: rgb(130,98,111); }

 div.DivClassName
 {
   background-color: #82626F;
 }
 .BgClassName
 {
   background-color: #82626F;
 }
</style>
border-color css

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

 span { border-color: rgb(130,98,111); }

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