#994A4C

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

Shades of Solid Pink #994A4C

Tints of Solid Pink #994A4C

Color information

#994A4C (or 0x994A4C) is unknown color: approx Solid Pink. HEX triplet: 99, 4A and 4C. RGB value is (153,74,76). Sum of RGB (Red+Green+Blue) = 153+74+76=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A4C is #66B5B3. Grayscale: #616161. Windows color (decimal): -6731188 or 4999833. OLE color: 4999833.

HSL color Cylindrical-coordinate representation of color #994A4C: hue angle of 358.48º 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 #994A4C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1537476-
CMYK00.520.500.4
HSL358.48º34.8%44.51%-
HSV(B)358.48º51.63%60%-
XYZ16.8912.198.3-
YUV97.85115.67167.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=50.50%
G=24.42%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153747600.520.500.4358.4834.844.51
Hex994A4C0343228166232d
Octal23111211406462505464355
Binary10011001100101010011000110100110010101000101100110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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