Shades of Lipstick #972B44
Tints of Lipstick #972B44
RGB
CMYK
RGB Variations
Color information
#972B44 (or 0x972B44) is known color: Lipstick. HEX triplet: 97, 2B and 44. RGB value is (151,43,68). Sum of RGB (Red+Green+Blue) = 151+43+68=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #972B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B44 is #68D4BB. Grayscale: #4E4E4E. Windows color (decimal): -6870204 or 4467607. OLE color: 4467607.
HSL color Cylindrical-coordinate representation of color #972B44: hue angle of 346.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B44 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 68 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.41 |
| HSL | 346.11º | 0.56% | 0.38% | - |
| HSV(B) | 346.11º | 0.72% | 0.59% | - |
| XYZ | 14.67 | 8.72 | 6.38 | - |
| YUV | 78.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 68 | 0 | 0.72 | 0.55 | 0.41 | 346.11 | 0.56 | 0.38 |
| Hex | 97 | 2B | 44 | 0 | 48 | 37 | 29 | 15A | 38 | 26 |
| Octal | 227 | 53 | 104 | 0 | 110 | 67 | 51 | 532 | 70 | 46 |
| Binary | 10010111 | 101011 | 1000100 | 0 | 1001000 | 110111 | 101001 | 101011010 | 111000 | 100110 |
Color Harmonies of #972B44
Complementary color
Monochromatic Colors of #972B44
Black with #972B44
Text Example
Text Example
White with #972B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B44; }
p { color: rgb(151,43,68); }
H1.HeaderClassName
{
color: #972B44;
}
.AnyTagClassName
{
color: #972B44;
}
</style>
background-color css
<style>
a { background-color: #972B44; }
a { background-color: rgb(151,43,68); }
div.DivClassName
{
background-color: #972B44;
}
.BgClassName
{
background-color: #972B44;
}
</style>
border-color css
<style>
span { border-color: #972B44; }
span { border-color: rgb(151,43,68); }
td.TdClassName
{
border-color: #972B44;
}
.TagClassName
{
border-color: #972B44;
}
</style>