Shades of Solid Pink #974D4F
Tints of Solid Pink #974D4F
RGB
CMYK
RGB Variations
Color information
#974D4F (or 0x974D4F) is known color: Solid Pink. HEX triplet: 97, 4D and 4F. RGB value is (151,77,79). Sum of RGB (Red+Green+Blue) = 151+77+79=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #974D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D4F is #68B2B0. Grayscale: #636363. Windows color (decimal): -6861489 or 5197207. OLE color: 5197207.
HSL color Cylindrical-coordinate representation of color #974D4F: hue angle of 358.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D4F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 77 | 79 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.41 |
| HSL | 358.38º | 0.32% | 0.45% | - |
| HSV(B) | 358.38º | 0.49% | 0.59% | - |
| XYZ | 16.83 | 12.45 | 8.91 | - |
| YUV | 99.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 79 | 0 | 0.49 | 0.48 | 0.41 | 358.38 | 0.32 | 0.45 |
| Hex | 97 | 4D | 4F | 0 | 31 | 30 | 29 | 166 | 20 | 2D |
| Octal | 227 | 115 | 117 | 0 | 61 | 60 | 51 | 546 | 40 | 55 |
| Binary | 10010111 | 1001101 | 1001111 | 0 | 110001 | 110000 | 101001 | 101100110 | 100000 | 101101 |
Color Harmonies of #974D4F
Complementary color
Monochromatic Colors of #974D4F
Black with #974D4F
Text Example
Text Example
White with #974D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D4F; }
p { color: rgb(151,77,79); }
H1.HeaderClassName
{
color: #974D4F;
}
.AnyTagClassName
{
color: #974D4F;
}
</style>
background-color css
<style>
a { background-color: #974D4F; }
a { background-color: rgb(151,77,79); }
div.DivClassName
{
background-color: #974D4F;
}
.BgClassName
{
background-color: #974D4F;
}
</style>
border-color css
<style>
span { border-color: #974D4F; }
span { border-color: rgb(151,77,79); }
td.TdClassName
{
border-color: #974D4F;
}
.TagClassName
{
border-color: #974D4F;
}
</style>