#84547E

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

Shades of Trendy Pink #84547E

Tints of Trendy Pink #84547E

Color information

#84547E (or 0x84547E) is unknown color: approx Trendy Pink. HEX triplet: 84, 54 and 7E. RGB value is (132,84,126). Sum of RGB (Red+Green+Blue) = 132+84+126=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84547E is #7BAB81. Grayscale: #676767. Windows color (decimal): -8104834 or 8279172. OLE color: 8279172.

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

Color convert

RGB13284126-
CMYK00.360.050.48
HSL307.5º22.22%42.35%-
HSV(B)307.5º36.36%51.76%-
XYZ16.4512.7521.33-
YUV103.14140.9148.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=38.60%
G=24.56%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328412600.360.050.48307.522.2242.35
Hex84547E024530134162a
Octal2041241760445604642652
Binary1000010010101001111110010010010111000010011010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84547E; }

 p { color: rgb(132,84,126); }

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

<style>
 a { background-color: #84547E; }

 a { background-color: rgb(132,84,126); }

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

<style>
 span { border-color: #84547E; }

 span { border-color: rgb(132,84,126); }

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