#83597E

Color #83597E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #83597E

Tints of Trendy Pink #83597E

Color information

#83597E (or 0x83597E) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 7E. RGB value is (131,89,126). Sum of RGB (Red+Green+Blue) = 131+89+126=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83597E is #7CA681. Grayscale: #696969. Windows color (decimal): -8169090 or 8280451. OLE color: 8280451.

HSL color Cylindrical-coordinate representation of color #83597E: hue angle of 307.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83597E is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13189126-
CMYK00.320.040.49
HSL307.14º19.09%43.14%-
HSV(B)307.14º32.06%51.37%-
XYZ16.713.4821.46-
YUV105.78139.41145.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=37.86%
G=25.72%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318912600.320.040.49307.1419.0943.14
Hex83597E020431133132b
Octal2031311760404614632353
Binary1000001110110011111110010000010011000110011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,89,126); }

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

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

 a { background-color: rgb(131,89,126); }

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

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

 span { border-color: rgb(131,89,126); }

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