#826572

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

Shades of Mauve Taupe #826572

Tints of Mauve Taupe #826572

Color information

#826572 (or 0x826572) is unknown color: approx Mauve Taupe. HEX triplet: 82, 65 and 72. RGB value is (130,101,114). Sum of RGB (Red+Green+Blue) = 130+101+114=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826572 is #7D9A8D. Grayscale: #6F6F6F. Windows color (decimal): -8231566 or 7497090. OLE color: 7497090.

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

Color convert

RGB130101114-
CMYK00.220.120.49
HSL333.1º12.55%45.29%-
HSV(B)333.1º22.31%50.98%-
XYZ16.915.2717.98-
YUV111.15129.61141.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=37.68%
G=29.28%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010111400.220.120.49333.112.5545.29
Hex826572016C3114dd2d
Octal20214516202614615151555
Binary100000101100101111001001011011001100011010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826572; }

 p { color: rgb(130,101,114); }

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

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

 a { background-color: rgb(130,101,114); }

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

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

 span { border-color: rgb(130,101,114); }

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