#944849

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

Shades of Solid Pink #944849

Tints of Solid Pink #944849

Color information

#944849 (or 0x944849) is unknown color: approx Solid Pink. HEX triplet: 94, 48 and 49. RGB value is (148,72,73). Sum of RGB (Red+Green+Blue) = 148+72+73=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #944849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944849 is #6BB7B6. Grayscale: #5E5E5E. Windows color (decimal): -7059383 or 4802708. OLE color: 4802708.

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

Color convert

RGB1487273-
CMYK00.510.510.42
HSL359.21º34.55%43.14%-
HSV(B)359.21º51.35%58.04%-
XYZ15.7311.417.68-
YUV94.84115.68165.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=50.51%
G=24.57%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148727300.510.510.42359.2134.5543.14
Hex944849033332A167232b
Octal22411011106363525474353
Binary10010100100100010010010110011110011101010101100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944849; }

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

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

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

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

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

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

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

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