Html Css Color HEX #844950 Solid Pink

📋 copy color: '#844950'

red 132 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #844950

Tints of Solid Pink #844950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 46.32%
G = 25.61%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#844950 (or 0x844950) is known color: Solid Pink. HEX triplet: 84, 49 and 50. RGB value is (132,73,80). Sum of RGB (Red+Green+Blue) = 132+73+80=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844950 is #7BB6AF. Grayscale: #5B5B5B. Windows color (decimal): -8107696 or 5261700. OLE color: 5261700.

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

Color convert

RGB 132 73 80 -
CMYK 0 0.45 0.39 0.48
HSL 352.88º 0.29% 0.4% -
HSV(B) 352.88º 0.45% 0.52% -
XYZ 13.35 10.25 8.86 -
YUV 91.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 132 73 80 0 0.45 0.39 0.48 352.88 0.29 0.4
Hex 84 49 50 0 2D 27 30 161 1D 28
Octal 204 111 120 0 55 47 60 541 35 50
Binary 10000100 1001001 1010000 0 101101 100111 110000 101100001 11101 101000

Color Harmonies of #844950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844950

Black with #844950

Text Example


Text Example

White with #844950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844950; }

 p { color: rgb(132,73,80); }

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

background-color css

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

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

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

border-color css

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

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

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