#84437E

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

Shades of Trendy Pink #84437E

Tints of Trendy Pink #84437E

Color information

#84437E (or 0x84437E) is unknown color: approx Trendy Pink. HEX triplet: 84, 43 and 7E. RGB value is (132,67,126). Sum of RGB (Red+Green+Blue) = 132+67+126=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84437E is #7BBC81. Grayscale: #5C5C5C. Windows color (decimal): -8109186 or 8274820. OLE color: 8274820.

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

Color convert

RGB13267126-
CMYK00.490.050.48
HSL305.54º32.66%39.02%-
HSV(B)305.54º49.24%51.76%-
XYZ15.2910.4320.95-
YUV93.16146.53155.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=40.62%
G=20.62%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326712600.490.050.48305.5432.6639.02
Hex84437E0315301322127
Octal2041031760615604624147
Binary10000100100001111111100110001101110000100110010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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