Shades of Solid Pink #994447
Tints of Solid Pink #994447
RGB
CMYK
RGB Variations
Color information
#994447 (or 0x994447) is known color: Solid Pink. HEX triplet: 99, 44 and 47. RGB value is (153,68,71). Sum of RGB (Red+Green+Blue) = 153+68+71=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994447 is #66BBB8. Grayscale: #5D5D5D. Windows color (decimal): -6732729 or 4670617. OLE color: 4670617.
HSL color Cylindrical-coordinate representation of color #994447: hue angle of 357.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994447 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 71 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.4 |
| HSL | 357.88º | 0.38% | 0.43% | - |
| HSV(B) | 357.88º | 0.56% | 0.6% | - |
| XYZ | 16.34 | 11.36 | 7.29 | - |
| YUV | 93.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 71 | 0 | 0.56 | 0.54 | 0.4 | 357.88 | 0.38 | 0.43 |
| Hex | 99 | 44 | 47 | 0 | 38 | 36 | 28 | 166 | 26 | 2B |
| Octal | 231 | 104 | 107 | 0 | 70 | 66 | 50 | 546 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1000111 | 0 | 111000 | 110110 | 101000 | 101100110 | 100110 | 101011 |
Color Harmonies of #994447
Complementary color
Monochromatic Colors of #994447
Black with #994447
Text Example
Text Example
White with #994447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994447; }
p { color: rgb(153,68,71); }
H1.HeaderClassName
{
color: #994447;
}
.AnyTagClassName
{
color: #994447;
}
</style>
background-color css
<style>
a { background-color: #994447; }
a { background-color: rgb(153,68,71); }
div.DivClassName
{
background-color: #994447;
}
.BgClassName
{
background-color: #994447;
}
</style>
border-color css
<style>
span { border-color: #994447; }
span { border-color: rgb(153,68,71); }
td.TdClassName
{
border-color: #994447;
}
.TagClassName
{
border-color: #994447;
}
</style>