#83597B

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

Shades of Trendy Pink #83597B

Tints of Trendy Pink #83597B

Color information

#83597B (or 0x83597B) is unknown color: approx Trendy Pink. HEX triplet: 83, 59 and 7B. RGB value is (131,89,123). Sum of RGB (Red+Green+Blue) = 131+89+123=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83597B is #7CA684. Grayscale: #696969. Windows color (decimal): -8169093 or 8083843. OLE color: 8083843.

HSL color Cylindrical-coordinate representation of color #83597B: hue angle of 311.43º 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 #83597B is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13189123-
CMYK00.320.060.49
HSL311.43º19.09%43.14%-
HSV(B)311.43º32.06%51.37%-
XYZ16.5113.420.46-
YUV105.43137.91146.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=38.19%
G=25.95%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318912300.320.060.49311.4319.0943.14
Hex83597B020631137132b
Octal2031311730406614672353
Binary1000001110110011111011010000011011000110011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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