#994A50

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

Shades of Solid Pink #994A50

Tints of Solid Pink #994A50

Color information

#994A50 (or 0x994A50) is unknown color: approx Solid Pink. HEX triplet: 99, 4A and 50. RGB value is (153,74,80). Sum of RGB (Red+Green+Blue) = 153+74+80=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A50 is #66B5AF. Grayscale: #626262. Windows color (decimal): -6731184 or 5261977. OLE color: 5261977.

HSL color Cylindrical-coordinate representation of color #994A50: hue angle of 355.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A50 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1537480-
CMYK00.520.480.4
HSL355.44º34.8%44.51%-
HSV(B)355.44º51.63%60%-
XYZ17.0312.259.06-
YUV98.3117.67167.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=49.84%
G=24.10%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153748000.520.480.4355.4434.844.51
Hex994A500343028163232d
Octal23111212006460505434355
Binary10011001100101010100000110100110000101000101100011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994A50; }

 p { color: rgb(153,74,80); }

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

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

 a { background-color: rgb(153,74,80); }

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

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

 span { border-color: rgb(153,74,80); }

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