#994D50

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

Shades of Solid Pink #994D50

Tints of Solid Pink #994D50

Color information

#994D50 (or 0x994D50) is unknown color: approx Solid Pink. HEX triplet: 99, 4D and 50. RGB value is (153,77,80). Sum of RGB (Red+Green+Blue) = 153+77+80=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #994D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D50 is #66B2AF. Grayscale: #646464. Windows color (decimal): -6730416 or 5262745. OLE color: 5262745.

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

Color convert

RGB1537780-
CMYK00.500.480.4
HSL357.63º33.04%45.1%-
HSV(B)357.63º49.67%60%-
XYZ17.2412.669.12-
YUV100.07116.68165.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=49.35%
G=24.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153778000.500.480.4357.6333.0445.1
Hex994D500323028166212d
Octal23111512006260505464155
Binary10011001100110110100000110010110000101000101100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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