Shades of Lipstick #971644
Tints of Lipstick #971644
RGB
CMYK
RGB Variations
Color information
#971644 (or 0x971644) is known color: Lipstick. HEX triplet: 97, 16 and 44. RGB value is (151,22,68). Sum of RGB (Red+Green+Blue) = 151+22+68=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #971644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971644 is #68E9BB. Grayscale: #414141. Windows color (decimal): -6875580 or 4462231. OLE color: 4462231.
HSL color Cylindrical-coordinate representation of color #971644: hue angle of 338.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971644 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 68 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.41 |
| HSL | 338.6º | 0.75% | 0.34% | - |
| HSV(B) | 338.6º | 0.85% | 0.59% | - |
| XYZ | 14.09 | 7.57 | 6.19 | - |
| YUV | 65.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 68 | 0 | 0.85 | 0.55 | 0.41 | 338.6 | 0.75 | 0.34 |
| Hex | 97 | 16 | 44 | 0 | 55 | 37 | 29 | 153 | 4B | 22 |
| Octal | 227 | 26 | 104 | 0 | 125 | 67 | 51 | 523 | 113 | 42 |
| Binary | 10010111 | 10110 | 1000100 | 0 | 1010101 | 110111 | 101001 | 101010011 | 1001011 | 100010 |
Color Harmonies of #971644
Complementary color
Monochromatic Colors of #971644
Black with #971644
Text Example
Text Example
White with #971644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971644; }
p { color: rgb(151,22,68); }
H1.HeaderClassName
{
color: #971644;
}
.AnyTagClassName
{
color: #971644;
}
</style>
background-color css
<style>
a { background-color: #971644; }
a { background-color: rgb(151,22,68); }
div.DivClassName
{
background-color: #971644;
}
.BgClassName
{
background-color: #971644;
}
</style>
border-color css
<style>
span { border-color: #971644; }
span { border-color: rgb(151,22,68); }
td.TdClassName
{
border-color: #971644;
}
.TagClassName
{
border-color: #971644;
}
</style>