#846584

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

Shades of Trendy Pink #846584

Tints of Trendy Pink #846584

Color information

#846584 (or 0x846584) is unknown color: approx Trendy Pink. HEX triplet: 84, 65 and 84. RGB value is (132,101,132). Sum of RGB (Red+Green+Blue) = 132+101+132=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #846584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846584 is #7B9A7B. Grayscale: #717171. Windows color (decimal): -8100476 or 8676740. OLE color: 8676740.

HSL color Cylindrical-coordinate representation of color #846584: hue angle of 300º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846584 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB132101132-
CMYK00.2300.48
HSL300º13.3%45.69%-
HSV(B)300º23.48%51.76%-
XYZ18.3315.8823.93-
YUV113.8138.27140.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=36.16%
G=27.67%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210113200.2300.4830013.345.69
Hex84658401703012cd2e
Octal2041452040270604541556
Binary1000010011001011000010001011101100001001011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846584; }

 p { color: rgb(132,101,132); }

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

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

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

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

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

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

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