Shades of Lipstick #971A52
Tints of Lipstick #971A52
RGB
CMYK
RGB Variations
Color information
#971A52 (or 0x971A52) is known color: Lipstick. HEX triplet: 97, 1A and 52. RGB value is (151,26,82). Sum of RGB (Red+Green+Blue) = 151+26+82=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #971A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A52 is #68E5AD. Grayscale: #454545. Windows color (decimal): -6874542 or 5380759. OLE color: 5380759.
HSL color Cylindrical-coordinate representation of color #971A52: hue angle of 333.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A52 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 82 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.41 |
| HSL | 333.12º | 0.71% | 0.35% | - |
| HSV(B) | 333.12º | 0.83% | 0.59% | - |
| XYZ | 14.65 | 7.93 | 8.74 | - |
| YUV | 69.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 82 | 0 | 0.83 | 0.46 | 0.41 | 333.12 | 0.71 | 0.35 |
| Hex | 97 | 1A | 52 | 0 | 53 | 2E | 29 | 14D | 47 | 23 |
| Octal | 227 | 32 | 122 | 0 | 123 | 56 | 51 | 515 | 107 | 43 |
| Binary | 10010111 | 11010 | 1010010 | 0 | 1010011 | 101110 | 101001 | 101001101 | 1000111 | 100011 |
Color Harmonies of #971A52
Complementary color
Monochromatic Colors of #971A52
Black with #971A52
Text Example
Text Example
White with #971A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A52; }
p { color: rgb(151,26,82); }
H1.HeaderClassName
{
color: #971A52;
}
.AnyTagClassName
{
color: #971A52;
}
</style>
background-color css
<style>
a { background-color: #971A52; }
a { background-color: rgb(151,26,82); }
div.DivClassName
{
background-color: #971A52;
}
.BgClassName
{
background-color: #971A52;
}
</style>
border-color css
<style>
span { border-color: #971A52; }
span { border-color: rgb(151,26,82); }
td.TdClassName
{
border-color: #971A52;
}
.TagClassName
{
border-color: #971A52;
}
</style>