Shades of Solid Pink #974445
Tints of Solid Pink #974445
RGB
CMYK
RGB Variations
Color information
#974445 (or 0x974445) is known color: Solid Pink. HEX triplet: 97, 44 and 45. RGB value is (151,68,69). Sum of RGB (Red+Green+Blue) = 151+68+69=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #974445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974445 is #68BBBA. Grayscale: #5D5D5D. Windows color (decimal): -6863803 or 4539543. OLE color: 4539543.
HSL color Cylindrical-coordinate representation of color #974445: hue angle of 359.28º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974445 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 69 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.41 |
| HSL | 359.28º | 0.38% | 0.43% | - |
| HSV(B) | 359.28º | 0.55% | 0.59% | - |
| XYZ | 15.9 | 11.14 | 6.94 | - |
| YUV | 92.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 69 | 0 | 0.55 | 0.54 | 0.41 | 359.28 | 0.38 | 0.43 |
| Hex | 97 | 44 | 45 | 0 | 37 | 36 | 29 | 167 | 26 | 2B |
| Octal | 227 | 104 | 105 | 0 | 67 | 66 | 51 | 547 | 46 | 53 |
| Binary | 10010111 | 1000100 | 1000101 | 0 | 110111 | 110110 | 101001 | 101100111 | 100110 | 101011 |
Color Harmonies of #974445
Complementary color
Monochromatic Colors of #974445
Black with #974445
Text Example
Text Example
White with #974445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974445; }
p { color: rgb(151,68,69); }
H1.HeaderClassName
{
color: #974445;
}
.AnyTagClassName
{
color: #974445;
}
</style>
background-color css
<style>
a { background-color: #974445; }
a { background-color: rgb(151,68,69); }
div.DivClassName
{
background-color: #974445;
}
.BgClassName
{
background-color: #974445;
}
</style>
border-color css
<style>
span { border-color: #974445; }
span { border-color: rgb(151,68,69); }
td.TdClassName
{
border-color: #974445;
}
.TagClassName
{
border-color: #974445;
}
</style>