Html Css Color HEX #844B79 Trendy Pink

📋 copy color: '#844B79'

red 132 ◦ green 75 ◦ blue 121

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

Shades of Trendy Pink #844B79

Tints of Trendy Pink #844B79

RGB

 RED value IS 132 (51.95% from 255) = 40.24%

 GREEN value IS 75 (29.69% from 255) = 22.87%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 40.24%
G = 22.87%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#844B79 (or 0x844B79) is known color: Trendy Pink. HEX triplet: 84, 4B and 79. RGB value is (132,75,121). Sum of RGB (Red+Green+Blue) = 132+75+121=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B79 is #7BB486. Grayscale: #616161. Windows color (decimal): -8107143 or 7949188. OLE color: 7949188.

HSL color Cylindrical-coordinate representation of color #844B79: hue angle of 311.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B79 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 75 121 -
CMYK 0 0.43 0.08 0.48
HSL 311.58º 0.28% 0.41% -
HSV(B) 311.58º 0.43% 0.52% -
XYZ 15.48 11.32 19.46 -
YUV 97.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 132 75 121 0 0.43 0.08 0.48 311.58 0.28 0.41
Hex 84 4B 79 0 2B 8 30 138 1C 29
Octal 204 113 171 0 53 10 60 470 34 51
Binary 10000100 1001011 1111001 0 101011 1000 110000 100111000 11100 101001

Color Harmonies of #844B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B79

Black with #844B79

Text Example


Text Example

White with #844B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844B79; }

 p { color: rgb(132,75,121); }

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

background-color css

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

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

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

border-color css

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

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

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