Html Css Color HEX #844375 Trendy Pink

📋 copy color: '#844375'

red 132 ◦ green 67 ◦ blue 117

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

Shades of Trendy Pink #844375

Tints of Trendy Pink #844375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 41.77%
G = 21.2%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#844375 (or 0x844375) is known color: Trendy Pink. HEX triplet: 84, 43 and 75. RGB value is (132,67,117). Sum of RGB (Red+Green+Blue) = 132+67+117=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844375 is #7BBC8A. Grayscale: #5C5C5C. Windows color (decimal): -8109195 or 7684996. OLE color: 7684996.

HSL color Cylindrical-coordinate representation of color #844375: hue angle of 313.85º 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 #844375 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 117 -
CMYK 0 0.49 0.11 0.48
HSL 313.85º 0.33% 0.39% -
HSV(B) 313.85º 0.49% 0.52% -
XYZ 14.73 10.2 18.02 -
YUV 92.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 132 67 117 0 0.49 0.11 0.48 313.85 0.33 0.39
Hex 84 43 75 0 31 B 30 13A 21 27
Octal 204 103 165 0 61 13 60 472 41 47
Binary 10000100 1000011 1110101 0 110001 1011 110000 100111010 100001 100111

Color Harmonies of #844375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844375

Black with #844375

Text Example


Text Example

White with #844375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844375; }

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

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

background-color css

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

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

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

border-color css

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

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

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