#84567C

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

Shades of Trendy Pink #84567C

Tints of Trendy Pink #84567C

Color information

#84567C (or 0x84567C) is unknown color: approx Trendy Pink. HEX triplet: 84, 56 and 7C. RGB value is (132,86,124). Sum of RGB (Red+Green+Blue) = 132+86+124=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84567C is #7BA983. Grayscale: #676767. Windows color (decimal): -8104324 or 8148612. OLE color: 8148612.

HSL color Cylindrical-coordinate representation of color #84567C: hue angle of 310.43º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84567C is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13286124-
CMYK00.350.060.48
HSL310.43º21.1%42.75%-
HSV(B)310.43º34.85%51.76%-
XYZ16.4813.0220.71-
YUV104.09139.24147.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=38.60%
G=25.15%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328612400.350.060.48310.4321.142.75
Hex84567C023630136152b
Octal2041261740436604662553
Binary1000010010101101111100010001111011000010011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84567C; }

 p { color: rgb(132,86,124); }

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

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

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

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

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

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

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