Html Css Color HEX #836573 Mauve Taupe

📋 copy color: '#836573'

red 131 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #836573

Tints of Mauve Taupe #836573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 37.75%
G = 29.11%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#836573 (or 0x836573) is known color: Mauve Taupe. HEX triplet: 83, 65 and 73. RGB value is (131,101,115). Sum of RGB (Red+Green+Blue) = 131+101+115=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836573 is #7C9A8C. Grayscale: #6F6F6F. Windows color (decimal): -8166029 or 7562627. OLE color: 7562627.

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

Color convert

RGB 131 101 115 -
CMYK 0 0.23 0.12 0.49
HSL 332º 0.13% 0.45% -
HSV(B) 332º 0.23% 0.51% -
XYZ 17.11 15.37 18.28 -
YUV 111.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 131 101 115 0 0.23 0.12 0.49 332 0.13 0.45
Hex 83 65 73 0 17 C 31 14C D 2D
Octal 203 145 163 0 27 14 61 514 15 55
Binary 10000011 1100101 1110011 0 10111 1100 110001 101001100 1101 101101

Color Harmonies of #836573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836573

Black with #836573

Text Example


Text Example

White with #836573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836573; }

 p { color: rgb(131,101,115); }

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

background-color css

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

 a { background-color: rgb(131,101,115); }

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

border-color css

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

 span { border-color: rgb(131,101,115); }

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