#944549

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

Shades of Solid Pink #944549

Tints of Solid Pink #944549

Color information

#944549 (or 0x944549) is unknown color: approx Solid Pink. HEX triplet: 94, 45 and 49. RGB value is (148,69,73). Sum of RGB (Red+Green+Blue) = 148+69+73=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #944549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944549 is #6BBAB6. Grayscale: #5D5D5D. Windows color (decimal): -7060151 or 4801940. OLE color: 4801940.

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

Color convert

RGB1486973-
CMYK00.530.510.42
HSL356.96º36.41%42.55%-
HSV(B)356.96º53.38%58.04%-
XYZ15.5411.037.61-
YUV93.08116.67167.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=51.03%
G=23.79%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148697300.530.510.42356.9636.4142.55
Hex944549035332A165242b
Octal22410511106563525454453
Binary10010100100010110010010110101110011101010101100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944549; }

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

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

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

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

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

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

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

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