Shades of Solid Pink #974245
Tints of Solid Pink #974245
RGB
CMYK
RGB Variations
Color information
#974245 (or 0x974245) is known color: Solid Pink. HEX triplet: 97, 42 and 45. RGB value is (151,66,69). Sum of RGB (Red+Green+Blue) = 151+66+69=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #974245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974245 is #68BDBA. Grayscale: #5B5B5B. Windows color (decimal): -6864315 or 4539031. OLE color: 4539031.
HSL color Cylindrical-coordinate representation of color #974245: hue angle of 357.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974245 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 69 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.41 |
| HSL | 357.88º | 0.39% | 0.43% | - |
| HSV(B) | 357.88º | 0.56% | 0.59% | - |
| XYZ | 15.78 | 10.91 | 6.9 | - |
| YUV | 91.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 69 | 0 | 0.56 | 0.54 | 0.41 | 357.88 | 0.39 | 0.43 |
| Hex | 97 | 42 | 45 | 0 | 38 | 36 | 29 | 166 | 27 | 2B |
| Octal | 227 | 102 | 105 | 0 | 70 | 66 | 51 | 546 | 47 | 53 |
| Binary | 10010111 | 1000010 | 1000101 | 0 | 111000 | 110110 | 101001 | 101100110 | 100111 | 101011 |
Color Harmonies of #974245
Complementary color
Monochromatic Colors of #974245
Black with #974245
Text Example
Text Example
White with #974245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974245; }
p { color: rgb(151,66,69); }
H1.HeaderClassName
{
color: #974245;
}
.AnyTagClassName
{
color: #974245;
}
</style>
background-color css
<style>
a { background-color: #974245; }
a { background-color: rgb(151,66,69); }
div.DivClassName
{
background-color: #974245;
}
.BgClassName
{
background-color: #974245;
}
</style>
border-color css
<style>
span { border-color: #974245; }
span { border-color: rgb(151,66,69); }
td.TdClassName
{
border-color: #974245;
}
.TagClassName
{
border-color: #974245;
}
</style>