Shades of Lipstick #971C43
Tints of Lipstick #971C43
RGB
CMYK
RGB Variations
Color information
#971C43 (or 0x971C43) is known color: Lipstick. HEX triplet: 97, 1C and 43. RGB value is (151,28,67). Sum of RGB (Red+Green+Blue) = 151+28+67=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #971C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C43 is #68E3BC. Grayscale: #454545. Windows color (decimal): -6874045 or 4398231. OLE color: 4398231.
HSL color Cylindrical-coordinate representation of color #971C43: hue angle of 340.98º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C43 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 67 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.41 |
| HSL | 340.98º | 0.69% | 0.35% | - |
| HSV(B) | 340.98º | 0.81% | 0.59% | - |
| XYZ | 14.19 | 7.82 | 6.07 | - |
| YUV | 69.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 67 | 0 | 0.81 | 0.56 | 0.41 | 340.98 | 0.69 | 0.35 |
| Hex | 97 | 1C | 43 | 0 | 51 | 38 | 29 | 155 | 45 | 23 |
| Octal | 227 | 34 | 103 | 0 | 121 | 70 | 51 | 525 | 105 | 43 |
| Binary | 10010111 | 11100 | 1000011 | 0 | 1010001 | 111000 | 101001 | 101010101 | 1000101 | 100011 |
Color Harmonies of #971C43
Complementary color
Monochromatic Colors of #971C43
Black with #971C43
Text Example
Text Example
White with #971C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C43; }
p { color: rgb(151,28,67); }
H1.HeaderClassName
{
color: #971C43;
}
.AnyTagClassName
{
color: #971C43;
}
</style>
background-color css
<style>
a { background-color: #971C43; }
a { background-color: rgb(151,28,67); }
div.DivClassName
{
background-color: #971C43;
}
.BgClassName
{
background-color: #971C43;
}
</style>
border-color css
<style>
span { border-color: #971C43; }
span { border-color: rgb(151,28,67); }
td.TdClassName
{
border-color: #971C43;
}
.TagClassName
{
border-color: #971C43;
}
</style>