#944147

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

Shades of Solid Pink #944147

Tints of Solid Pink #944147

Color information

#944147 (or 0x944147) is unknown color: approx Solid Pink. HEX triplet: 94, 41 and 47. RGB value is (148,65,71). Sum of RGB (Red+Green+Blue) = 148+65+71=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #944147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944147 is #6BBEB8. Grayscale: #5A5A5A. Windows color (decimal): -7061177 or 4669844. OLE color: 4669844.

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

Color convert

RGB1486571-
CMYK00.560.520.42
HSL355.66º38.97%41.76%-
HSV(B)355.66º56.08%58.04%-
XYZ15.2410.537.19-
YUV90.5117169.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 71 (28.12% from 255) = 25%
R=52.11%
G=22.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148657100.560.520.42355.6638.9741.76
Hex944147038342A164272a
Octal22410110707064525444752
Binary10010100100000110001110111000110100101010101100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944147; }

 p { color: rgb(148,65,71); }

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

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

 a { background-color: rgb(148,65,71); }

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

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

 span { border-color: rgb(148,65,71); }

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