Html Css Color HEX #856484 Trendy Pink

📋 copy color: '#856484'

red 133 ◦ green 100 ◦ blue 132

#856484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #856484

Tints of Trendy Pink #856484

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 36.44%
G = 27.4%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#856484 (or 0x856484) is known color: Trendy Pink. HEX triplet: 85, 64 and 84. RGB value is (133,100,132). Sum of RGB (Red+Green+Blue) = 133+100+132=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856484 is #7A9B7B. Grayscale: #717171. Windows color (decimal): -8035196 or 8676485. OLE color: 8676485.

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

Color convert

RGB 133 100 132 -
CMYK 0 0.25 0.01 0.48
HSL 301.82º 0.14% 0.46% -
HSV(B) 301.82º 0.25% 0.52% -
XYZ 18.39 15.77 23.9 -
YUV 113.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 133 100 132 0 0.25 0.01 0.48 301.82 0.14 0.46
Hex 85 64 84 0 19 1 30 12E E 2E
Octal 205 144 204 0 31 1 60 456 16 56
Binary 10000101 1100100 10000100 0 11001 1 110000 100101110 1110 101110

Color Harmonies of #856484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856484

Black with #856484

Text Example


Text Example

White with #856484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856484; }

 p { color: rgb(133,100,132); }

 H1.HeaderClassName
 {
   color: #856484;
 }
 .AnyTagClassName
 {
   color: #856484;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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