Shades of Solid Pink #97464E
Tints of Solid Pink #97464E
RGB
CMYK
RGB Variations
Color information
#97464E (or 0x97464E) is known color: Solid Pink. HEX triplet: 97, 46 and 4E. RGB value is (151,70,78). Sum of RGB (Red+Green+Blue) = 151+70+78=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97464E is #68B9B1. Grayscale: #5F5F5F. Windows color (decimal): -6863282 or 5129879. OLE color: 5129879.
HSL color Cylindrical-coordinate representation of color #97464E: hue angle of 354.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97464E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 78 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.41 |
| HSL | 354.07º | 0.37% | 0.43% | - |
| HSV(B) | 354.07º | 0.54% | 0.59% | - |
| XYZ | 16.33 | 11.51 | 8.57 | - |
| YUV | 95.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 78 | 0 | 0.54 | 0.48 | 0.41 | 354.07 | 0.37 | 0.43 |
| Hex | 97 | 46 | 4E | 0 | 36 | 30 | 29 | 162 | 25 | 2B |
| Octal | 227 | 106 | 116 | 0 | 66 | 60 | 51 | 542 | 45 | 53 |
| Binary | 10010111 | 1000110 | 1001110 | 0 | 110110 | 110000 | 101001 | 101100010 | 100101 | 101011 |
Color Harmonies of #97464E
Complementary color
Monochromatic Colors of #97464E
Black with #97464E
Text Example
Text Example
White with #97464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97464E; }
p { color: rgb(151,70,78); }
H1.HeaderClassName
{
color: #97464E;
}
.AnyTagClassName
{
color: #97464E;
}
</style>
background-color css
<style>
a { background-color: #97464E; }
a { background-color: rgb(151,70,78); }
div.DivClassName
{
background-color: #97464E;
}
.BgClassName
{
background-color: #97464E;
}
</style>
border-color css
<style>
span { border-color: #97464E; }
span { border-color: rgb(151,70,78); }
td.TdClassName
{
border-color: #97464E;
}
.TagClassName
{
border-color: #97464E;
}
</style>