Shades of Lipstick #97184C
Tints of Lipstick #97184C
RGB
CMYK
RGB Variations
Color information
#97184C (or 0x97184C) is known color: Lipstick. HEX triplet: 97, 18 and 4C. RGB value is (151,24,76). Sum of RGB (Red+Green+Blue) = 151+24+76=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #97184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97184C is #68E7B3. Grayscale: #434343. Windows color (decimal): -6875060 or 4987031. OLE color: 4987031.
HSL color Cylindrical-coordinate representation of color #97184C: hue angle of 335.43º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97184C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 76 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.41 |
| HSL | 335.43º | 0.73% | 0.34% | - |
| HSV(B) | 335.43º | 0.84% | 0.59% | - |
| XYZ | 14.39 | 7.75 | 7.58 | - |
| YUV | 67.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 76 | 0 | 0.84 | 0.50 | 0.41 | 335.43 | 0.73 | 0.34 |
| Hex | 97 | 18 | 4C | 0 | 54 | 32 | 29 | 14F | 49 | 22 |
| Octal | 227 | 30 | 114 | 0 | 124 | 62 | 51 | 517 | 111 | 42 |
| Binary | 10010111 | 11000 | 1001100 | 0 | 1010100 | 110010 | 101001 | 101001111 | 1001001 | 100010 |
Color Harmonies of #97184C
Complementary color
Monochromatic Colors of #97184C
Black with #97184C
Text Example
Text Example
White with #97184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97184C; }
p { color: rgb(151,24,76); }
H1.HeaderClassName
{
color: #97184C;
}
.AnyTagClassName
{
color: #97184C;
}
</style>
background-color css
<style>
a { background-color: #97184C; }
a { background-color: rgb(151,24,76); }
div.DivClassName
{
background-color: #97184C;
}
.BgClassName
{
background-color: #97184C;
}
</style>
border-color css
<style>
span { border-color: #97184C; }
span { border-color: rgb(151,24,76); }
td.TdClassName
{
border-color: #97184C;
}
.TagClassName
{
border-color: #97184C;
}
</style>