Shades of Lipstick #971341
Tints of Lipstick #971341
RGB
CMYK
RGB Variations
Color information
#971341 (or 0x971341) is known color: Lipstick. HEX triplet: 97, 13 and 41. RGB value is (151,19,65). Sum of RGB (Red+Green+Blue) = 151+19+65=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #971341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971341 is #68ECBE. Grayscale: #3F3F3F. Windows color (decimal): -6876351 or 4264855. OLE color: 4264855.
HSL color Cylindrical-coordinate representation of color #971341: hue angle of 339.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971341 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 65 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.41 |
| HSL | 339.09º | 0.78% | 0.33% | - |
| HSV(B) | 339.09º | 0.87% | 0.59% | - |
| XYZ | 13.95 | 7.43 | 5.7 | - |
| YUV | 63.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 65 | 0 | 0.87 | 0.57 | 0.41 | 339.09 | 0.78 | 0.33 |
| Hex | 97 | 13 | 41 | 0 | 57 | 39 | 29 | 153 | 4E | 21 |
| Octal | 227 | 23 | 101 | 0 | 127 | 71 | 51 | 523 | 116 | 41 |
| Binary | 10010111 | 10011 | 1000001 | 0 | 1010111 | 111001 | 101001 | 101010011 | 1001110 | 100001 |
Color Harmonies of #971341
Complementary color
Monochromatic Colors of #971341
Black with #971341
Text Example
Text Example
White with #971341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971341; }
p { color: rgb(151,19,65); }
H1.HeaderClassName
{
color: #971341;
}
.AnyTagClassName
{
color: #971341;
}
</style>
background-color css
<style>
a { background-color: #971341; }
a { background-color: rgb(151,19,65); }
div.DivClassName
{
background-color: #971341;
}
.BgClassName
{
background-color: #971341;
}
</style>
border-color css
<style>
span { border-color: #971341; }
span { border-color: rgb(151,19,65); }
td.TdClassName
{
border-color: #971341;
}
.TagClassName
{
border-color: #971341;
}
</style>