Shades of Lipstick #971C4C
Tints of Lipstick #971C4C
RGB
CMYK
RGB Variations
Color information
#971C4C (or 0x971C4C) is known color: Lipstick. HEX triplet: 97, 1C and 4C. RGB value is (151,28,76). Sum of RGB (Red+Green+Blue) = 151+28+76=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C4C is #68E3B3. Grayscale: #464646. Windows color (decimal): -6874036 or 4988055. OLE color: 4988055.
HSL color Cylindrical-coordinate representation of color #971C4C: hue angle of 336.59º 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 #971C4C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 28 | 76 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.41 |
| HSL | 336.59º | 0.69% | 0.35% | - |
| HSV(B) | 336.59º | 0.81% | 0.59% | - |
| XYZ | 14.48 | 7.93 | 7.61 | - |
| YUV | 70.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 76 | 0 | 0.81 | 0.50 | 0.41 | 336.59 | 0.69 | 0.35 |
| Hex | 97 | 1C | 4C | 0 | 51 | 32 | 29 | 151 | 45 | 23 |
| Octal | 227 | 34 | 114 | 0 | 121 | 62 | 51 | 521 | 105 | 43 |
| Binary | 10010111 | 11100 | 1001100 | 0 | 1010001 | 110010 | 101001 | 101010001 | 1000101 | 100011 |
Color Harmonies of #971C4C
Complementary color
Monochromatic Colors of #971C4C
Black with #971C4C
Text Example
Text Example
White with #971C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971C4C; }
p { color: rgb(151,28,76); }
H1.HeaderClassName
{
color: #971C4C;
}
.AnyTagClassName
{
color: #971C4C;
}
</style>
background-color css
<style>
a { background-color: #971C4C; }
a { background-color: rgb(151,28,76); }
div.DivClassName
{
background-color: #971C4C;
}
.BgClassName
{
background-color: #971C4C;
}
</style>
border-color css
<style>
span { border-color: #971C4C; }
span { border-color: rgb(151,28,76); }
td.TdClassName
{
border-color: #971C4C;
}
.TagClassName
{
border-color: #971C4C;
}
</style>