Shades of Solid Pink #974850
Tints of Solid Pink #974850
RGB
CMYK
RGB Variations
Color information
#974850 (or 0x974850) is known color: Solid Pink. HEX triplet: 97, 48 and 50. RGB value is (151,72,80). Sum of RGB (Red+Green+Blue) = 151+72+80=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #974850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974850 is #68B7AF. Grayscale: #606060. Windows color (decimal): -6862768 or 5261463. OLE color: 5261463.
HSL color Cylindrical-coordinate representation of color #974850: hue angle of 353.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974850 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 80 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.41 |
| HSL | 353.92º | 0.35% | 0.44% | - |
| HSV(B) | 353.92º | 0.52% | 0.59% | - |
| XYZ | 16.53 | 11.79 | 8.99 | - |
| YUV | 96.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 80 | 0 | 0.52 | 0.47 | 0.41 | 353.92 | 0.35 | 0.44 |
| Hex | 97 | 48 | 50 | 0 | 34 | 2F | 29 | 162 | 23 | 2C |
| Octal | 227 | 110 | 120 | 0 | 64 | 57 | 51 | 542 | 43 | 54 |
| Binary | 10010111 | 1001000 | 1010000 | 0 | 110100 | 101111 | 101001 | 101100010 | 100011 | 101100 |
Color Harmonies of #974850
Complementary color
Monochromatic Colors of #974850
Black with #974850
Text Example
Text Example
White with #974850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974850; }
p { color: rgb(151,72,80); }
H1.HeaderClassName
{
color: #974850;
}
.AnyTagClassName
{
color: #974850;
}
</style>
background-color css
<style>
a { background-color: #974850; }
a { background-color: rgb(151,72,80); }
div.DivClassName
{
background-color: #974850;
}
.BgClassName
{
background-color: #974850;
}
</style>
border-color css
<style>
span { border-color: #974850; }
span { border-color: rgb(151,72,80); }
td.TdClassName
{
border-color: #974850;
}
.TagClassName
{
border-color: #974850;
}
</style>