#83617F

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

Shades of Trendy Pink #83617F

Tints of Trendy Pink #83617F

Color information

#83617F (or 0x83617F) is unknown color: approx Trendy Pink. HEX triplet: 83, 61 and 7F. RGB value is (131,97,127). Sum of RGB (Red+Green+Blue) = 131+97+127=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617F is #7C9E80. Grayscale: #6E6E6E. Windows color (decimal): -8167041 or 8348035. OLE color: 8348035.

HSL color Cylindrical-coordinate representation of color #83617F: hue angle of 307.06º 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 #83617F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13197127-
CMYK00.260.030.49
HSL307.06º14.91%44.71%-
HSV(B)307.06º25.95%51.37%-
XYZ17.4714.9122.04-
YUV110.59137.26142.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 35.77%
R=36.90%
G=27.32%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319712700.260.030.49307.0614.9144.71
Hex83617F01A331133f2d
Octal2031411770323614631755
Binary1000001111000011111111011010111100011001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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