Shades of Solid Pink #974A4E
Tints of Solid Pink #974A4E
RGB
CMYK
RGB Variations
Color information
#974A4E (or 0x974A4E) is known color: Solid Pink. HEX triplet: 97, 4A and 4E. RGB value is (151,74,78). Sum of RGB (Red+Green+Blue) = 151+74+78=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #974A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A4E is #68B5B1. Grayscale: #616161. Windows color (decimal): -6862258 or 5130903. OLE color: 5130903.
HSL color Cylindrical-coordinate representation of color #974A4E: hue angle of 356.88º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A4E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 78 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.41 |
| HSL | 356.88º | 0.34% | 0.44% | - |
| HSV(B) | 356.88º | 0.51% | 0.59% | - |
| XYZ | 16.59 | 12.03 | 8.65 | - |
| YUV | 97.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 78 | 0 | 0.51 | 0.48 | 0.41 | 356.88 | 0.34 | 0.44 |
| Hex | 97 | 4A | 4E | 0 | 33 | 30 | 29 | 165 | 22 | 2C |
| Octal | 227 | 112 | 116 | 0 | 63 | 60 | 51 | 545 | 42 | 54 |
| Binary | 10010111 | 1001010 | 1001110 | 0 | 110011 | 110000 | 101001 | 101100101 | 100010 | 101100 |
Color Harmonies of #974A4E
Complementary color
Monochromatic Colors of #974A4E
Black with #974A4E
Text Example
Text Example
White with #974A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A4E; }
p { color: rgb(151,74,78); }
H1.HeaderClassName
{
color: #974A4E;
}
.AnyTagClassName
{
color: #974A4E;
}
</style>
background-color css
<style>
a { background-color: #974A4E; }
a { background-color: rgb(151,74,78); }
div.DivClassName
{
background-color: #974A4E;
}
.BgClassName
{
background-color: #974A4E;
}
</style>
border-color css
<style>
span { border-color: #974A4E; }
span { border-color: rgb(151,74,78); }
td.TdClassName
{
border-color: #974A4E;
}
.TagClassName
{
border-color: #974A4E;
}
</style>