#844680

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

Shades of Trendy Pink #844680

Tints of Trendy Pink #844680

Color information

#844680 (or 0x844680) is unknown color: approx Trendy Pink. HEX triplet: 84, 46 and 80. RGB value is (132,70,128). Sum of RGB (Red+Green+Blue) = 132+70+128=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844680 is #7BB97F. Grayscale: #5E5E5E. Windows color (decimal): -8108416 or 8406660. OLE color: 8406660.

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

Color convert

RGB13270128-
CMYK00.470.030.48
HSL303.87º30.69%39.61%-
HSV(B)303.87º46.97%51.76%-
XYZ15.610.8421.69-
YUV95.15146.54154.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=40%
G=21.21%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327012800.470.030.48303.8730.6939.61
Hex84468002F3301301f28
Octal2041062000573604603750
Binary1000010010001101000000001011111111000010011000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844680; }

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

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

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

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

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

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

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

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