Shades of Solid Pink #994449
Tints of Solid Pink #994449
RGB
CMYK
RGB Variations
Color information
#994449 (or 0x994449) is known color: Solid Pink. HEX triplet: 99, 44 and 49. RGB value is (153,68,73). Sum of RGB (Red+Green+Blue) = 153+68+73=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #994449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994449 is #66BBB6. Grayscale: #5E5E5E. Windows color (decimal): -6732727 or 4801689. OLE color: 4801689.
HSL color Cylindrical-coordinate representation of color #994449: hue angle of 356.47º 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 #994449 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 73 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.4 |
| HSL | 356.47º | 0.38% | 0.43% | - |
| HSV(B) | 356.47º | 0.56% | 0.6% | - |
| XYZ | 16.41 | 11.39 | 7.64 | - |
| YUV | 93.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 73 | 0 | 0.56 | 0.52 | 0.4 | 356.47 | 0.38 | 0.43 |
| Hex | 99 | 44 | 49 | 0 | 38 | 34 | 28 | 164 | 26 | 2B |
| Octal | 231 | 104 | 111 | 0 | 70 | 64 | 50 | 544 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1001001 | 0 | 111000 | 110100 | 101000 | 101100100 | 100110 | 101011 |
Color Harmonies of #994449
Complementary color
Monochromatic Colors of #994449
Black with #994449
Text Example
Text Example
White with #994449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994449; }
p { color: rgb(153,68,73); }
H1.HeaderClassName
{
color: #994449;
}
.AnyTagClassName
{
color: #994449;
}
</style>
background-color css
<style>
a { background-color: #994449; }
a { background-color: rgb(153,68,73); }
div.DivClassName
{
background-color: #994449;
}
.BgClassName
{
background-color: #994449;
}
</style>
border-color css
<style>
span { border-color: #994449; }
span { border-color: rgb(153,68,73); }
td.TdClassName
{
border-color: #994449;
}
.TagClassName
{
border-color: #994449;
}
</style>