#944447

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

Shades of Solid Pink #944447

Tints of Solid Pink #944447

Color information

#944447 (or 0x944447) is unknown color: approx Solid Pink. HEX triplet: 94, 44 and 47. RGB value is (148,68,71). Sum of RGB (Red+Green+Blue) = 148+68+71=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #944447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944447 is #6BBBB8. Grayscale: #5C5C5C. Windows color (decimal): -7060409 or 4670612. OLE color: 4670612.

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

Color convert

RGB1486871-
CMYK00.540.520.42
HSL357.75º37.04%42.35%-
HSV(B)357.75º54.05%58.04%-
XYZ15.4210.897.25-
YUV92.26116167.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=51.57%
G=23.69%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148687100.540.520.42357.7537.0442.35
Hex944447036342A166252a
Octal22410410706664525464552
Binary10010100100010010001110110110110100101010101100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944447; }

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

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

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

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

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

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

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

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