#944F53

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

Shades of Solid Pink #944F53

Tints of Solid Pink #944F53

Color information

#944F53 (or 0x944F53) is unknown color: approx Solid Pink. HEX triplet: 94, 4F and 53. RGB value is (148,79,83). Sum of RGB (Red+Green+Blue) = 148+79+83=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #944F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F53 is #6BB0AC. Grayscale: #646464. Windows color (decimal): -7057581 or 5459860. OLE color: 5459860.

HSL color Cylindrical-coordinate representation of color #944F53: hue angle of 356.52º 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 #944F53 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1487983-
CMYK00.470.440.42
HSL356.52º30.4%44.51%-
HSV(B)356.52º46.62%58.04%-
XYZ16.5712.519.73-
YUV100.09118.36162.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=47.74%
G=25.48%
B=26.77%

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
Decimal148798300.470.440.42356.5230.444.51
Hex944F5302F2C2A1651e2d
Octal22411712305754525453655
Binary1001010010011111010011010111110110010101010110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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