#944349

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

Shades of Solid Pink #944349

Tints of Solid Pink #944349

Color information

#944349 (or 0x944349) is unknown color: approx Solid Pink. HEX triplet: 94, 43 and 49. RGB value is (148,67,73). Sum of RGB (Red+Green+Blue) = 148+67+73=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944349 is #6BBCB6. Grayscale: #5B5B5B. Windows color (decimal): -7060663 or 4801428. OLE color: 4801428.

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

Color convert

RGB1486773-
CMYK00.550.510.42
HSL355.56º37.67%42.16%-
HSV(B)355.56º54.73%58.04%-
XYZ15.4210.797.57-
YUV91.9117.34168.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=51.39%
G=23.26%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148677300.550.510.42355.5637.6742.16
Hex944349037332A164262a
Octal22410311106763525444652
Binary10010100100001110010010110111110011101010101100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944349; }

 p { color: rgb(148,67,73); }

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

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

 a { background-color: rgb(148,67,73); }

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

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

 span { border-color: rgb(148,67,73); }

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