#944E53

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

Shades of Solid Pink #944E53

Tints of Solid Pink #944E53

Color information

#944E53 (or 0x944E53) is unknown color: approx Solid Pink. HEX triplet: 94, 4E and 53. RGB value is (148,78,83). Sum of RGB (Red+Green+Blue) = 148+78+83=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E53 is #6BB1AC. Grayscale: #636363. Windows color (decimal): -7057837 or 5459604. OLE color: 5459604.

HSL color Cylindrical-coordinate representation of color #944E53: hue angle of 355.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E53 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1487883-
CMYK00.470.440.42
HSL355.71º30.97%44.31%-
HSV(B)355.71º47.3%58.04%-
XYZ16.512.379.7-
YUV99.5118.69162.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=47.90%
G=25.24%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148788300.470.440.42355.7130.9744.31
Hex944E5302F2C2A1641f2c
Octal22411612305754525443754
Binary1001010010011101010011010111110110010101010110010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944E53; }

 p { color: rgb(148,78,83); }

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

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

 a { background-color: rgb(148,78,83); }

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

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

 span { border-color: rgb(148,78,83); }

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