Shades of Lipstick #972465
Tints of Lipstick #972465
RGB
CMYK
RGB Variations
Color information
#972465 (or 0x972465) is known color: Lipstick. HEX triplet: 97, 24 and 65. RGB value is (151,36,101). Sum of RGB (Red+Green+Blue) = 151+36+101=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #972465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972465 is #68DB9A. Grayscale: #4D4D4D. Windows color (decimal): -6871963 or 6628503. OLE color: 6628503.
HSL color Cylindrical-coordinate representation of color #972465: hue angle of 326.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972465 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 101 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.41 |
| HSL | 326.09º | 0.61% | 0.37% | - |
| HSV(B) | 326.09º | 0.76% | 0.59% | - |
| XYZ | 15.74 | 8.78 | 13.18 | - |
| YUV | 77.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 101 | 0 | 0.76 | 0.33 | 0.41 | 326.09 | 0.61 | 0.37 |
| Hex | 97 | 24 | 65 | 0 | 4C | 21 | 29 | 146 | 3D | 25 |
| Octal | 227 | 44 | 145 | 0 | 114 | 41 | 51 | 506 | 75 | 45 |
| Binary | 10010111 | 100100 | 1100101 | 0 | 1001100 | 100001 | 101001 | 101000110 | 111101 | 100101 |
Color Harmonies of #972465
Complementary color
Monochromatic Colors of #972465
Black with #972465
Text Example
Text Example
White with #972465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972465; }
p { color: rgb(151,36,101); }
H1.HeaderClassName
{
color: #972465;
}
.AnyTagClassName
{
color: #972465;
}
</style>
background-color css
<style>
a { background-color: #972465; }
a { background-color: rgb(151,36,101); }
div.DivClassName
{
background-color: #972465;
}
.BgClassName
{
background-color: #972465;
}
</style>
border-color css
<style>
span { border-color: #972465; }
span { border-color: rgb(151,36,101); }
td.TdClassName
{
border-color: #972465;
}
.TagClassName
{
border-color: #972465;
}
</style>