Html Css Color HEX #83717D Monsoon

📋 copy color: '#83717D'

red 131 ◦ green 113 ◦ blue 125

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

Shades of Monsoon #83717D

Tints of Monsoon #83717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 35.5%
G = 30.62%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83717D (or 0x83717D) is known color: Monsoon. HEX triplet: 83, 71 and 7D. RGB value is (131,113,125). Sum of RGB (Red+Green+Blue) = 131+113+125=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717D is #7C8E82. Grayscale: #777777. Windows color (decimal): -8162947 or 8221059. OLE color: 8221059.

HSL color Cylindrical-coordinate representation of color #83717D: hue angle of 320º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83717D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 125 -
CMYK 0 0.14 0.05 0.49
HSL 320º 0.07% 0.48% -
HSV(B) 320º 0.14% 0.51% -
XYZ 18.97 18.12 21.9 -
YUV 119.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 131 113 125 0 0.14 0.05 0.49 320 0.07 0.48
Hex 83 71 7D 0 E 5 31 140 7 30
Octal 203 161 175 0 16 5 61 500 7 60
Binary 10000011 1110001 1111101 0 1110 101 110001 101000000 111 110000

Color Harmonies of #83717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83717D

Black with #83717D

Text Example


Text Example

White with #83717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83717D; }

 p { color: rgb(131,113,125); }

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

background-color css

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

 a { background-color: rgb(131,113,125); }

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

border-color css

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

 span { border-color: rgb(131,113,125); }

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