#83547C

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

Shades of Trendy Pink #83547C

Tints of Trendy Pink #83547C

Color information

#83547C (or 0x83547C) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 7C. RGB value is (131,84,124). Sum of RGB (Red+Green+Blue) = 131+84+124=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83547C is #7CAB83. Grayscale: #666666. Windows color (decimal): -8170372 or 8148099. OLE color: 8148099.

HSL color Cylindrical-coordinate representation of color #83547C: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83547C is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13184124-
CMYK00.360.050.49
HSL308.94º21.86%42.16%-
HSV(B)308.94º35.88%51.37%-
XYZ16.1712.6220.65-
YUV102.61140.07148.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=38.64%
G=24.78%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318412400.360.050.49308.9421.8642.16
Hex83547C024531135162a
Octal2031241740445614652652
Binary1000001110101001111100010010010111000110011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83547C; }

 p { color: rgb(131,84,124); }

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

<style>
 a { background-color: #83547C; }

 a { background-color: rgb(131,84,124); }

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

<style>
 span { border-color: #83547C; }

 span { border-color: rgb(131,84,124); }

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