#83617D

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

Shades of Trendy Pink #83617D

Tints of Trendy Pink #83617D

Color information

#83617D (or 0x83617D) is unknown color: approx Trendy Pink. HEX triplet: 83, 61 and 7D. RGB value is (131,97,125). Sum of RGB (Red+Green+Blue) = 131+97+125=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617D is #7C9E82. Grayscale: #6E6E6E. Windows color (decimal): -8167043 or 8216963. OLE color: 8216963.

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

Color convert

RGB13197125-
CMYK00.260.050.49
HSL310.59º14.91%44.71%-
HSV(B)310.59º25.95%51.37%-
XYZ17.3414.8621.36-
YUV110.36136.26142.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=37.11%
G=27.48%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319712500.260.050.49310.5914.9144.71
Hex83617D01A531137f2d
Octal2031411750325614671755
Binary10000011110000111111010110101011100011001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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