#84427A

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

Shades of Trendy Pink #84427A

Tints of Trendy Pink #84427A

Color information

#84427A (or 0x84427A) is unknown color: approx Trendy Pink. HEX triplet: 84, 42 and 7A. RGB value is (132,66,122). Sum of RGB (Red+Green+Blue) = 132+66+122=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84427A is #7BBD85. Grayscale: #5B5B5B. Windows color (decimal): -8109446 or 8012420. OLE color: 8012420.

HSL color Cylindrical-coordinate representation of color #84427A: hue angle of 309.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84427A is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13266122-
CMYK00.50.080.48
HSL309.09º33.33%38.82%-
HSV(B)309.09º50%51.76%-
XYZ14.9810.2119.59-
YUV92.12144.87156.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=41.25%
G=20.62%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326612200.50.080.48309.0933.3338.82
Hex84427A0328301352127
Octal20410217206210604654147
Binary100001001000010111101001100101000110000100110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84427A; }

 p { color: rgb(132,66,122); }

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

<style>
 a { background-color: #84427A; }

 a { background-color: rgb(132,66,122); }

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

<style>
 span { border-color: #84427A; }

 span { border-color: rgb(132,66,122); }

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