Shades of Solid Pink #994445
Tints of Solid Pink #994445
RGB
CMYK
RGB Variations
Color information
#994445 (or 0x994445) is known color: Solid Pink. HEX triplet: 99, 44 and 45. RGB value is (153,68,69). Sum of RGB (Red+Green+Blue) = 153+68+69=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994445 is #66BBBA. Grayscale: #5D5D5D. Windows color (decimal): -6732731 or 4539545. OLE color: 4539545.
HSL color Cylindrical-coordinate representation of color #994445: hue angle of 359.29º 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 #994445 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 69 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.4 |
| HSL | 359.29º | 0.38% | 0.43% | - |
| HSV(B) | 359.29º | 0.56% | 0.6% | - |
| XYZ | 16.28 | 11.34 | 6.96 | - |
| YUV | 93.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 69 | 0 | 0.56 | 0.55 | 0.4 | 359.29 | 0.38 | 0.43 |
| Hex | 99 | 44 | 45 | 0 | 38 | 37 | 28 | 167 | 26 | 2B |
| Octal | 231 | 104 | 105 | 0 | 70 | 67 | 50 | 547 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1000101 | 0 | 111000 | 110111 | 101000 | 101100111 | 100110 | 101011 |
Color Harmonies of #994445
Complementary color
Monochromatic Colors of #994445
Black with #994445
Text Example
Text Example
White with #994445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994445; }
p { color: rgb(153,68,69); }
H1.HeaderClassName
{
color: #994445;
}
.AnyTagClassName
{
color: #994445;
}
</style>
background-color css
<style>
a { background-color: #994445; }
a { background-color: rgb(153,68,69); }
div.DivClassName
{
background-color: #994445;
}
.BgClassName
{
background-color: #994445;
}
</style>
border-color css
<style>
span { border-color: #994445; }
span { border-color: rgb(153,68,69); }
td.TdClassName
{
border-color: #994445;
}
.TagClassName
{
border-color: #994445;
}
</style>