#84467F

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

Shades of Trendy Pink #84467F

Tints of Trendy Pink #84467F

Color information

#84467F (or 0x84467F) is unknown color: approx Trendy Pink. HEX triplet: 84, 46 and 7F. RGB value is (132,70,127). Sum of RGB (Red+Green+Blue) = 132+70+127=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84467F is #7BB980. Grayscale: #5E5E5E. Windows color (decimal): -8108417 or 8341124. OLE color: 8341124.

HSL color Cylindrical-coordinate representation of color #84467F: hue angle of 304.84º 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 #84467F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13270127-
CMYK00.470.040.48
HSL304.84º30.69%39.61%-
HSV(B)304.84º46.97%51.76%-
XYZ15.5410.8221.35-
YUV95.04146.04154.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 127 (50% from 255) = 38.60%
R=40.12%
G=21.28%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327012700.470.040.48304.8430.6939.61
Hex84467F02F4301311f28
Octal2041061770574604613750
Binary1000010010001101111111010111110011000010011000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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