Shades of Lipstick #991A4F
Tints of Lipstick #991A4F
RGB
CMYK
RGB Variations
Color information
#991A4F (or 0x991A4F) is known color: Lipstick. HEX triplet: 99, 1A and 4F. RGB value is (153,26,79). Sum of RGB (Red+Green+Blue) = 153+26+79=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #991A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A4F is #66E5B0. Grayscale: #454545. Windows color (decimal): -6743473 or 5184153. OLE color: 5184153.
HSL color Cylindrical-coordinate representation of color #991A4F: hue angle of 334.96º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A4F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 79 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.4 |
| HSL | 334.96º | 0.71% | 0.35% | - |
| HSV(B) | 334.96º | 0.83% | 0.6% | - |
| XYZ | 14.92 | 8.08 | 8.17 | - |
| YUV | 70.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 79 | 0 | 0.83 | 0.48 | 0.4 | 334.96 | 0.71 | 0.35 |
| Hex | 99 | 1A | 4F | 0 | 53 | 30 | 28 | 14F | 47 | 23 |
| Octal | 231 | 32 | 117 | 0 | 123 | 60 | 50 | 517 | 107 | 43 |
| Binary | 10011001 | 11010 | 1001111 | 0 | 1010011 | 110000 | 101000 | 101001111 | 1000111 | 100011 |
Color Harmonies of #991A4F
Complementary color
Monochromatic Colors of #991A4F
Black with #991A4F
Text Example
Text Example
White with #991A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A4F; }
p { color: rgb(153,26,79); }
H1.HeaderClassName
{
color: #991A4F;
}
.AnyTagClassName
{
color: #991A4F;
}
</style>
background-color css
<style>
a { background-color: #991A4F; }
a { background-color: rgb(153,26,79); }
div.DivClassName
{
background-color: #991A4F;
}
.BgClassName
{
background-color: #991A4F;
}
</style>
border-color css
<style>
span { border-color: #991A4F; }
span { border-color: rgb(153,26,79); }
td.TdClassName
{
border-color: #991A4F;
}
.TagClassName
{
border-color: #991A4F;
}
</style>