#944F55

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

Shades of Solid Pink #944F55

Tints of Solid Pink #944F55

Color information

#944F55 (or 0x944F55) is unknown color: approx Solid Pink. HEX triplet: 94, 4F and 55. RGB value is (148,79,85). Sum of RGB (Red+Green+Blue) = 148+79+85=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #944F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F55 is #6BB0AA. Grayscale: #646464. Windows color (decimal): -7057579 or 5590932. OLE color: 5590932.

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

Color convert

RGB1487985-
CMYK00.470.430.42
HSL354.78º30.4%44.51%-
HSV(B)354.78º46.62%58.04%-
XYZ16.6512.5410.14-
YUV100.32119.36162.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=47.44%
G=25.32%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148798500.470.430.42354.7830.444.51
Hex944F5502F2B2A1631e2d
Octal22411712505753525433655
Binary1001010010011111010101010111110101110101010110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,85); }

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

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

 a { background-color: rgb(148,79,85); }

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

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

 span { border-color: rgb(148,79,85); }

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