#944F51

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

Shades of Solid Pink #944F51

Tints of Solid Pink #944F51

Color information

#944F51 (or 0x944F51) is unknown color: approx Solid Pink. HEX triplet: 94, 4F and 51. RGB value is (148,79,81). Sum of RGB (Red+Green+Blue) = 148+79+81=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #944F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F51 is #6BB0AE. Grayscale: #636363. Windows color (decimal): -7057583 or 5328788. OLE color: 5328788.

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

Color convert

RGB1487981-
CMYK00.470.450.42
HSL358.26º30.4%44.51%-
HSV(B)358.26º46.62%58.04%-
XYZ16.4912.489.32-
YUV99.86117.36162.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=48.05%
G=25.65%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148798100.470.450.42358.2630.444.51
Hex944F5102F2D2A1661e2d
Octal22411712105755525463655
Binary1001010010011111010001010111110110110101010110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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