#944049

Color #944049 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #944049

Tints of Solid Pink #944049

Color information

#944049 (or 0x944049) is unknown color: approx Solid Pink. HEX triplet: 94, 40 and 49. RGB value is (148,64,73). Sum of RGB (Red+Green+Blue) = 148+64+73=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #944049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944049 is #6BBFB6. Grayscale: #5A5A5A. Windows color (decimal): -7061431 or 4800660. OLE color: 4800660.

HSL color Cylindrical-coordinate representation of color #944049: hue angle of 353.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944049 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1486473-
CMYK00.570.510.42
HSL353.57º39.62%41.57%-
HSV(B)353.57º56.76%58.04%-
XYZ15.2510.447.52-
YUV90.14118.33169.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=51.93%
G=22.46%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148647300.570.510.42353.5739.6241.57
Hex944049039332A162282a
Octal22410011107163525425052
Binary10010100100000010010010111001110011101010101100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944049; }

 p { color: rgb(148,64,73); }

 H1.HeaderClassName
 {
   color: #944049;
 }
 .AnyTagClassName
 {
   color: #944049;
 }
</style>
background-color css

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

 a { background-color: rgb(148,64,73); }

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

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

 span { border-color: rgb(148,64,73); }

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