Shades of Lipstick #972350
Tints of Lipstick #972350
RGB
CMYK
RGB Variations
Color information
#972350 (or 0x972350) is known color: Lipstick. HEX triplet: 97, 23 and 50. RGB value is (151,35,80). Sum of RGB (Red+Green+Blue) = 151+35+80=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #972350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972350 is #68DCAF. Grayscale: #4A4A4A. Windows color (decimal): -6872240 or 5251991. OLE color: 5251991.
HSL color Cylindrical-coordinate representation of color #972350: hue angle of 336.72º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972350 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 80 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.41 |
| HSL | 336.72º | 0.62% | 0.36% | - |
| HSV(B) | 336.72º | 0.77% | 0.59% | - |
| XYZ | 14.81 | 8.36 | 8.42 | - |
| YUV | 74.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 80 | 0 | 0.77 | 0.47 | 0.41 | 336.72 | 0.62 | 0.36 |
| Hex | 97 | 23 | 50 | 0 | 4D | 2F | 29 | 151 | 3E | 24 |
| Octal | 227 | 43 | 120 | 0 | 115 | 57 | 51 | 521 | 76 | 44 |
| Binary | 10010111 | 100011 | 1010000 | 0 | 1001101 | 101111 | 101001 | 101010001 | 111110 | 100100 |
Color Harmonies of #972350
Complementary color
Monochromatic Colors of #972350
Black with #972350
Text Example
Text Example
White with #972350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972350; }
p { color: rgb(151,35,80); }
H1.HeaderClassName
{
color: #972350;
}
.AnyTagClassName
{
color: #972350;
}
</style>
background-color css
<style>
a { background-color: #972350; }
a { background-color: rgb(151,35,80); }
div.DivClassName
{
background-color: #972350;
}
.BgClassName
{
background-color: #972350;
}
</style>
border-color css
<style>
span { border-color: #972350; }
span { border-color: rgb(151,35,80); }
td.TdClassName
{
border-color: #972350;
}
.TagClassName
{
border-color: #972350;
}
</style>