Shades of Solid Pink #994C4D
Tints of Solid Pink #994C4D
RGB
CMYK
RGB Variations
Color information
#994C4D (or 0x994C4D) is known color: Solid Pink. HEX triplet: 99, 4C and 4D. RGB value is (153,76,77). Sum of RGB (Red+Green+Blue) = 153+76+77=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C4D is #66B3B2. Grayscale: #636363. Windows color (decimal): -6730675 or 5065881. OLE color: 5065881.
HSL color Cylindrical-coordinate representation of color #994C4D: hue angle of 359.22º degrees, saturation: 0.34, 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 #994C4D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 77 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.4 |
| HSL | 359.22º | 0.34% | 0.45% | - |
| HSV(B) | 359.22º | 0.5% | 0.6% | - |
| XYZ | 17.06 | 12.48 | 8.53 | - |
| YUV | 99.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 77 | 0 | 0.50 | 0.50 | 0.4 | 359.22 | 0.34 | 0.45 |
| Hex | 99 | 4C | 4D | 0 | 32 | 32 | 28 | 167 | 22 | 2D |
| Octal | 231 | 114 | 115 | 0 | 62 | 62 | 50 | 547 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1001101 | 0 | 110010 | 110010 | 101000 | 101100111 | 100010 | 101101 |
Color Harmonies of #994C4D
Complementary color
Monochromatic Colors of #994C4D
Black with #994C4D
Text Example
Text Example
White with #994C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C4D; }
p { color: rgb(153,76,77); }
H1.HeaderClassName
{
color: #994C4D;
}
.AnyTagClassName
{
color: #994C4D;
}
</style>
background-color css
<style>
a { background-color: #994C4D; }
a { background-color: rgb(153,76,77); }
div.DivClassName
{
background-color: #994C4D;
}
.BgClassName
{
background-color: #994C4D;
}
</style>
border-color css
<style>
span { border-color: #994C4D; }
span { border-color: rgb(153,76,77); }
td.TdClassName
{
border-color: #994C4D;
}
.TagClassName
{
border-color: #994C4D;
}
</style>