Shades of Solid Pink #994A4F
Tints of Solid Pink #994A4F
RGB
CMYK
RGB Variations
Color information
#994A4F (or 0x994A4F) is known color: Solid Pink. HEX triplet: 99, 4A and 4F. RGB value is (153,74,79). Sum of RGB (Red+Green+Blue) = 153+74+79=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A4F is #66B5B0. Grayscale: #626262. Windows color (decimal): -6731185 or 5196441. OLE color: 5196441.
HSL color Cylindrical-coordinate representation of color #994A4F: hue angle of 356.2º 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 #994A4F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 79 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.4 |
| HSL | 356.2º | 0.35% | 0.45% | - |
| HSV(B) | 356.2º | 0.52% | 0.6% | - |
| XYZ | 17 | 12.23 | 8.86 | - |
| YUV | 98.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 79 | 0 | 0.52 | 0.48 | 0.4 | 356.2 | 0.35 | 0.45 |
| Hex | 99 | 4A | 4F | 0 | 34 | 30 | 28 | 164 | 23 | 2D |
| Octal | 231 | 112 | 117 | 0 | 64 | 60 | 50 | 544 | 43 | 55 |
| Binary | 10011001 | 1001010 | 1001111 | 0 | 110100 | 110000 | 101000 | 101100100 | 100011 | 101101 |
Color Harmonies of #994A4F
Complementary color
Monochromatic Colors of #994A4F
Black with #994A4F
Text Example
Text Example
White with #994A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A4F; }
p { color: rgb(153,74,79); }
H1.HeaderClassName
{
color: #994A4F;
}
.AnyTagClassName
{
color: #994A4F;
}
</style>
background-color css
<style>
a { background-color: #994A4F; }
a { background-color: rgb(153,74,79); }
div.DivClassName
{
background-color: #994A4F;
}
.BgClassName
{
background-color: #994A4F;
}
</style>
border-color css
<style>
span { border-color: #994A4F; }
span { border-color: rgb(153,74,79); }
td.TdClassName
{
border-color: #994A4F;
}
.TagClassName
{
border-color: #994A4F;
}
</style>