Shades of Solid Pink #974C4D
Tints of Solid Pink #974C4D
RGB
CMYK
RGB Variations
Color information
#974C4D (or 0x974C4D) is known color: Solid Pink. HEX triplet: 97, 4C and 4D. RGB value is (151,76,77). Sum of RGB (Red+Green+Blue) = 151+76+77=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #974C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C4D is #68B3B2. Grayscale: #626262. Windows color (decimal): -6861747 or 5065879. OLE color: 5065879.
HSL color Cylindrical-coordinate representation of color #974C4D: hue angle of 359.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C4D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 77 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.41 |
| HSL | 359.2º | 0.33% | 0.45% | - |
| HSV(B) | 359.2º | 0.5% | 0.59% | - |
| XYZ | 16.69 | 12.28 | 8.51 | - |
| YUV | 98.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 77 | 0 | 0.50 | 0.49 | 0.41 | 359.2 | 0.33 | 0.45 |
| Hex | 97 | 4C | 4D | 0 | 32 | 31 | 29 | 167 | 21 | 2D |
| Octal | 227 | 114 | 115 | 0 | 62 | 61 | 51 | 547 | 41 | 55 |
| Binary | 10010111 | 1001100 | 1001101 | 0 | 110010 | 110001 | 101001 | 101100111 | 100001 | 101101 |
Color Harmonies of #974C4D
Complementary color
Monochromatic Colors of #974C4D
Black with #974C4D
Text Example
Text Example
White with #974C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C4D; }
p { color: rgb(151,76,77); }
H1.HeaderClassName
{
color: #974C4D;
}
.AnyTagClassName
{
color: #974C4D;
}
</style>
background-color css
<style>
a { background-color: #974C4D; }
a { background-color: rgb(151,76,77); }
div.DivClassName
{
background-color: #974C4D;
}
.BgClassName
{
background-color: #974C4D;
}
</style>
border-color css
<style>
span { border-color: #974C4D; }
span { border-color: rgb(151,76,77); }
td.TdClassName
{
border-color: #974C4D;
}
.TagClassName
{
border-color: #974C4D;
}
</style>