#846384

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

Shades of Trendy Pink #846384

Tints of Trendy Pink #846384

Color information

#846384 (or 0x846384) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 84. RGB value is (132,99,132). Sum of RGB (Red+Green+Blue) = 132+99+132=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #846384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846384 is #7B9C7B. Grayscale: #707070. Windows color (decimal): -8100988 or 8676228. OLE color: 8676228.

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

Color convert

RGB13299132-
CMYK00.2500.48
HSL300º14.29%45.29%-
HSV(B)300º25%51.76%-
XYZ18.1415.523.86-
YUV112.63138.93141.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329913200.2500.4830014.2945.29
Hex84638401903012ce2d
Octal2041432040310604541655
Binary1000010011000111000010001100101100001001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846384; }

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

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

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

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

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

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

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

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