Html Css Color HEX #844849 Solid Pink

📋 copy color: '#844849'

red 132 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #844849

Tints of Solid Pink #844849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 47.65%
G = 25.99%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844849 (or 0x844849) is known color: Solid Pink. HEX triplet: 84, 48 and 49. RGB value is (132,72,73). Sum of RGB (Red+Green+Blue) = 132+72+73=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #844849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844849 is #7BB7B6. Grayscale: #5A5A5A. Windows color (decimal): -8107959 or 4802692. OLE color: 4802692.

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

Color convert

RGB 132 72 73 -
CMYK 0 0.45 0.45 0.48
HSL 359º 0.29% 0.4% -
HSV(B) 359º 0.45% 0.52% -
XYZ 13.04 10.02 7.55 -
YUV 90.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 132 72 73 0 0.45 0.45 0.48 359 0.29 0.4
Hex 84 48 49 0 2D 2D 30 167 1D 28
Octal 204 110 111 0 55 55 60 547 35 50
Binary 10000100 1001000 1001001 0 101101 101101 110000 101100111 11101 101000

Color Harmonies of #844849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844849

Black with #844849

Text Example


Text Example

White with #844849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844849; }

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

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

background-color css

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

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

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

border-color css

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

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

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