Html Css Color HEX #844374 Trendy Pink

📋 copy color: '#844374'

red 132 ◦ green 67 ◦ blue 116

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

Shades of Trendy Pink #844374

Tints of Trendy Pink #844374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 41.9%
G = 21.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#844374 (or 0x844374) is known color: Trendy Pink. HEX triplet: 84, 43 and 74. RGB value is (132,67,116). Sum of RGB (Red+Green+Blue) = 132+67+116=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844374 is #7BBC8B. Grayscale: #5B5B5B. Windows color (decimal): -8109196 or 7619460. OLE color: 7619460.

HSL color Cylindrical-coordinate representation of color #844374: hue angle of 314.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844374 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 116 -
CMYK 0 0.49 0.12 0.48
HSL 314.77º 0.33% 0.39% -
HSV(B) 314.77º 0.49% 0.52% -
XYZ 14.68 10.18 17.71 -
YUV 92.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 132 67 116 0 0.49 0.12 0.48 314.77 0.33 0.39
Hex 84 43 74 0 31 C 30 13B 21 27
Octal 204 103 164 0 61 14 60 473 41 47
Binary 10000100 1000011 1110100 0 110001 1100 110000 100111011 100001 100111

Color Harmonies of #844374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844374

Black with #844374

Text Example


Text Example

White with #844374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844374; }

 p { color: rgb(132,67,116); }

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

background-color css

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

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

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

border-color css

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

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

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