Html Css Color HEX #844149 Solid Pink

📋 copy color: '#844149'

red 132 ◦ green 65 ◦ blue 73

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

Shades of Solid Pink #844149

Tints of Solid Pink #844149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 48.89%
G = 24.07%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844149 (or 0x844149) is known color: Solid Pink. HEX triplet: 84, 41 and 49. RGB value is (132,65,73). Sum of RGB (Red+Green+Blue) = 132+65+73=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844149 is #7BBEB6. Grayscale: #555555. Windows color (decimal): -8109751 or 4800900. OLE color: 4800900.

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

Color convert

RGB 132 65 73 -
CMYK 0 0.51 0.45 0.48
HSL 352.84º 0.34% 0.39% -
HSV(B) 352.84º 0.51% 0.52% -
XYZ 12.61 9.17 7.41 -
YUV 85.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 132 65 73 0 0.51 0.45 0.48 352.84 0.34 0.39
Hex 84 41 49 0 33 2D 30 161 22 27
Octal 204 101 111 0 63 55 60 541 42 47
Binary 10000100 1000001 1001001 0 110011 101101 110000 101100001 100010 100111

Color Harmonies of #844149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844149

Black with #844149

Text Example


Text Example

White with #844149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844149; }

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

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

background-color css

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

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

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

border-color css

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

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

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