Shades of Solid Pink #974B51
Tints of Solid Pink #974B51
RGB
CMYK
RGB Variations
Color information
#974B51 (or 0x974B51) is known color: Solid Pink. HEX triplet: 97, 4B and 51. RGB value is (151,75,81). Sum of RGB (Red+Green+Blue) = 151+75+81=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #974B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B51 is #68B4AE. Grayscale: #626262. Windows color (decimal): -6861999 or 5327767. OLE color: 5327767.
HSL color Cylindrical-coordinate representation of color #974B51: hue angle of 355.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B51 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 81 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.41 |
| HSL | 355.26º | 0.34% | 0.44% | - |
| HSV(B) | 355.26º | 0.5% | 0.59% | - |
| XYZ | 16.76 | 12.21 | 9.26 | - |
| YUV | 98.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 81 | 0 | 0.50 | 0.46 | 0.41 | 355.26 | 0.34 | 0.44 |
| Hex | 97 | 4B | 51 | 0 | 32 | 2E | 29 | 163 | 22 | 2C |
| Octal | 227 | 113 | 121 | 0 | 62 | 56 | 51 | 543 | 42 | 54 |
| Binary | 10010111 | 1001011 | 1010001 | 0 | 110010 | 101110 | 101001 | 101100011 | 100010 | 101100 |
Color Harmonies of #974B51
Complementary color
Monochromatic Colors of #974B51
Black with #974B51
Text Example
Text Example
White with #974B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B51; }
p { color: rgb(151,75,81); }
H1.HeaderClassName
{
color: #974B51;
}
.AnyTagClassName
{
color: #974B51;
}
</style>
background-color css
<style>
a { background-color: #974B51; }
a { background-color: rgb(151,75,81); }
div.DivClassName
{
background-color: #974B51;
}
.BgClassName
{
background-color: #974B51;
}
</style>
border-color css
<style>
span { border-color: #974B51; }
span { border-color: rgb(151,75,81); }
td.TdClassName
{
border-color: #974B51;
}
.TagClassName
{
border-color: #974B51;
}
</style>