#83647F

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

Shades of Trendy Pink #83647F

Tints of Trendy Pink #83647F

Color information

#83647F (or 0x83647F) is unknown color: approx Trendy Pink. HEX triplet: 83, 64 and 7F. RGB value is (131,100,127). Sum of RGB (Red+Green+Blue) = 131+100+127=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #83647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83647F is #7C9B80. Grayscale: #707070. Windows color (decimal): -8166273 or 8348803. OLE color: 8348803.

HSL color Cylindrical-coordinate representation of color #83647F: hue angle of 307.74º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83647F is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB131100127-
CMYK00.240.030.49
HSL307.74º13.42%45.29%-
HSV(B)307.74º23.66%51.37%-
XYZ17.7515.4722.13-
YUV112.35136.27141.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 127 (50% from 255) = 35.47%
R=36.59%
G=27.93%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110012700.240.030.49307.7413.4245.29
Hex83647F018331134d2d
Octal2031441770303614641555
Binary1000001111001001111111011000111100011001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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