Html Css Color HEX #83626E Mauve Taupe

📋 copy color: '#83626E'

red 131 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #83626E

Tints of Mauve Taupe #83626E

RGB

 RED value IS 131 (51.56% from 255) = 38.64%

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 38.64%
G = 28.91%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83626E (or 0x83626E) is known color: Mauve Taupe. HEX triplet: 83, 62 and 6E. RGB value is (131,98,110). Sum of RGB (Red+Green+Blue) = 131+98+110=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83626E is #7C9D91. Grayscale: #6D6D6D. Windows color (decimal): -8166802 or 7234179. OLE color: 7234179.

HSL color Cylindrical-coordinate representation of color #83626E: hue angle of 338.18º 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 #83626E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 110 -
CMYK 0 0.25 0.16 0.49
HSL 338.18º 0.14% 0.45% -
HSV(B) 338.18º 0.25% 0.51% -
XYZ 16.54 14.69 16.71 -
YUV 109.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 131 98 110 0 0.25 0.16 0.49 338.18 0.14 0.45
Hex 83 62 6E 0 19 10 31 152 E 2D
Octal 203 142 156 0 31 20 61 522 16 55
Binary 10000011 1100010 1101110 0 11001 10000 110001 101010010 1110 101101

Color Harmonies of #83626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83626E

Black with #83626E

Text Example


Text Example

White with #83626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83626E; }

 p { color: rgb(131,98,110); }

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

background-color css

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

 a { background-color: rgb(131,98,110); }

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

border-color css

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

 span { border-color: rgb(131,98,110); }

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