#83667B

Color #83667B Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #83667B

Tints of Monsoon #83667B

Color information

#83667B (or 0x83667B) is unknown color: approx Monsoon. HEX triplet: 83, 66 and 7B. RGB value is (131,102,123). Sum of RGB (Red+Green+Blue) = 131+102+123=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667B is #7C9984. Grayscale: #717171. Windows color (decimal): -8165765 or 8087171. OLE color: 8087171.

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

Color convert

RGB131102123-
CMYK00.220.060.49
HSL316.55º12.45%45.69%-
HSV(B)316.55º22.14%51.37%-
XYZ17.6915.7620.85-
YUV113.06133.61140.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=36.80%
G=28.65%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110212300.220.060.49316.5512.4545.69
Hex83667B01663113dc2e
Octal2031461730266614751456
Binary10000011110011011110110101101101100011001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83667B; }

 p { color: rgb(131,102,123); }

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

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

 a { background-color: rgb(131,102,123); }

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

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

 span { border-color: rgb(131,102,123); }

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