#826470

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

Shades of Mauve Taupe #826470

Tints of Mauve Taupe #826470

Color information

#826470 (or 0x826470) is unknown color: approx Mauve Taupe. HEX triplet: 82, 64 and 70. RGB value is (130,100,112). Sum of RGB (Red+Green+Blue) = 130+100+112=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #826470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826470 is #7D9B8F. Grayscale: #6E6E6E. Windows color (decimal): -8231824 or 7365762. OLE color: 7365762.

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

Color convert

RGB130100112-
CMYK00.230.140.49
HSL336º13.04%45.1%-
HSV(B)336º23.08%50.98%-
XYZ16.6915.0317.35-
YUV110.34128.94142.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=38.01%
G=29.24%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010011200.230.140.4933613.0445.1
Hex826470017E31150d2d
Octal20214416002716615201555
Binary100000101100100111000001011111101100011010100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826470; }

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

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

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

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

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

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

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

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