Shades of Lipstick #971843
Tints of Lipstick #971843
RGB
CMYK
RGB Variations
Color information
#971843 (or 0x971843) is known color: Lipstick. HEX triplet: 97, 18 and 43. RGB value is (151,24,67). Sum of RGB (Red+Green+Blue) = 151+24+67=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #971843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971843 is #68E7BC. Grayscale: #424242. Windows color (decimal): -6875069 or 4397207. OLE color: 4397207.
HSL color Cylindrical-coordinate representation of color #971843: hue angle of 339.69º 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 #971843 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 67 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.41 |
| HSL | 339.69º | 0.73% | 0.34% | - |
| HSV(B) | 339.69º | 0.84% | 0.59% | - |
| XYZ | 14.1 | 7.64 | 6.04 | - |
| YUV | 66.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 67 | 0 | 0.84 | 0.56 | 0.41 | 339.69 | 0.73 | 0.34 |
| Hex | 97 | 18 | 43 | 0 | 54 | 38 | 29 | 154 | 49 | 22 |
| Octal | 227 | 30 | 103 | 0 | 124 | 70 | 51 | 524 | 111 | 42 |
| Binary | 10010111 | 11000 | 1000011 | 0 | 1010100 | 111000 | 101001 | 101010100 | 1001001 | 100010 |
Color Harmonies of #971843
Complementary color
Monochromatic Colors of #971843
Black with #971843
Text Example
Text Example
White with #971843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971843; }
p { color: rgb(151,24,67); }
H1.HeaderClassName
{
color: #971843;
}
.AnyTagClassName
{
color: #971843;
}
</style>
background-color css
<style>
a { background-color: #971843; }
a { background-color: rgb(151,24,67); }
div.DivClassName
{
background-color: #971843;
}
.BgClassName
{
background-color: #971843;
}
</style>
border-color css
<style>
span { border-color: #971843; }
span { border-color: rgb(151,24,67); }
td.TdClassName
{
border-color: #971843;
}
.TagClassName
{
border-color: #971843;
}
</style>