Shades of Lipstick #97224D
Tints of Lipstick #97224D
RGB
CMYK
RGB Variations
Color information
#97224D (or 0x97224D) is known color: Lipstick. HEX triplet: 97, 22 and 4D. RGB value is (151,34,77). Sum of RGB (Red+Green+Blue) = 151+34+77=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97224D is #68DDB2. Grayscale: #494949. Windows color (decimal): -6872499 or 5055127. OLE color: 5055127.
HSL color Cylindrical-coordinate representation of color #97224D: hue angle of 337.95º degrees, saturation: 0.63, 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 #97224D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 77 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.41 |
| HSL | 337.95º | 0.63% | 0.36% | - |
| HSV(B) | 337.95º | 0.77% | 0.59% | - |
| XYZ | 14.67 | 8.26 | 7.84 | - |
| YUV | 73.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 77 | 0 | 0.77 | 0.49 | 0.41 | 337.95 | 0.63 | 0.36 |
| Hex | 97 | 22 | 4D | 0 | 4D | 31 | 29 | 152 | 3F | 24 |
| Octal | 227 | 42 | 115 | 0 | 115 | 61 | 51 | 522 | 77 | 44 |
| Binary | 10010111 | 100010 | 1001101 | 0 | 1001101 | 110001 | 101001 | 101010010 | 111111 | 100100 |
Color Harmonies of #97224D
Complementary color
Monochromatic Colors of #97224D
Black with #97224D
Text Example
Text Example
White with #97224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97224D; }
p { color: rgb(151,34,77); }
H1.HeaderClassName
{
color: #97224D;
}
.AnyTagClassName
{
color: #97224D;
}
</style>
background-color css
<style>
a { background-color: #97224D; }
a { background-color: rgb(151,34,77); }
div.DivClassName
{
background-color: #97224D;
}
.BgClassName
{
background-color: #97224D;
}
</style>
border-color css
<style>
span { border-color: #97224D; }
span { border-color: rgb(151,34,77); }
td.TdClassName
{
border-color: #97224D;
}
.TagClassName
{
border-color: #97224D;
}
</style>