Shades of Solid Pink #974748
Tints of Solid Pink #974748
RGB
CMYK
RGB Variations
Color information
#974748 (or 0x974748) is known color: Solid Pink. HEX triplet: 97, 47 and 48. RGB value is (151,71,72). Sum of RGB (Red+Green+Blue) = 151+71+72=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974748 is #68B8B7. Grayscale: #5F5F5F. Windows color (decimal): -6863032 or 4736919. OLE color: 4736919.
HSL color Cylindrical-coordinate representation of color #974748: hue angle of 359.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974748 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 72 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.41 |
| HSL | 359.25º | 0.36% | 0.44% | - |
| HSV(B) | 359.25º | 0.53% | 0.59% | - |
| XYZ | 16.19 | 11.55 | 7.51 | - |
| YUV | 95.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 72 | 0 | 0.53 | 0.52 | 0.41 | 359.25 | 0.36 | 0.44 |
| Hex | 97 | 47 | 48 | 0 | 35 | 34 | 29 | 167 | 24 | 2C |
| Octal | 227 | 107 | 110 | 0 | 65 | 64 | 51 | 547 | 44 | 54 |
| Binary | 10010111 | 1000111 | 1001000 | 0 | 110101 | 110100 | 101001 | 101100111 | 100100 | 101100 |
Color Harmonies of #974748
Complementary color
Monochromatic Colors of #974748
Black with #974748
Text Example
Text Example
White with #974748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974748; }
p { color: rgb(151,71,72); }
H1.HeaderClassName
{
color: #974748;
}
.AnyTagClassName
{
color: #974748;
}
</style>
background-color css
<style>
a { background-color: #974748; }
a { background-color: rgb(151,71,72); }
div.DivClassName
{
background-color: #974748;
}
.BgClassName
{
background-color: #974748;
}
</style>
border-color css
<style>
span { border-color: #974748; }
span { border-color: rgb(151,71,72); }
td.TdClassName
{
border-color: #974748;
}
.TagClassName
{
border-color: #974748;
}
</style>