#84467D

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

Shades of Trendy Pink #84467D

Tints of Trendy Pink #84467D

Color information

#84467D (or 0x84467D) is unknown color: approx Trendy Pink. HEX triplet: 84, 46 and 7D. RGB value is (132,70,125). Sum of RGB (Red+Green+Blue) = 132+70+125=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84467D is #7BB982. Grayscale: #5E5E5E. Windows color (decimal): -8108419 or 8210052. OLE color: 8210052.

HSL color Cylindrical-coordinate representation of color #84467D: hue angle of 306.77º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84467D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13270125-
CMYK00.470.050.48
HSL306.77º30.69%39.61%-
HSV(B)306.77º46.97%51.76%-
XYZ15.4110.7720.67-
YUV94.81145.04154.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=40.37%
G=21.41%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327012500.470.050.48306.7730.6939.61
Hex84467D02F5301331f28
Octal2041061750575604633750
Binary1000010010001101111101010111110111000010011001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,70,125); }

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

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

 a { background-color: rgb(132,70,125); }

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

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

 span { border-color: rgb(132,70,125); }

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