Shades of Lipstick #991345
Tints of Lipstick #991345
RGB
CMYK
RGB Variations
Color information
#991345 (or 0x991345) is known color: Lipstick. HEX triplet: 99, 13 and 45. RGB value is (153,19,69). Sum of RGB (Red+Green+Blue) = 153+19+69=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #991345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991345 is #66ECBA. Grayscale: #404040. Windows color (decimal): -6745275 or 4527001. OLE color: 4527001.
HSL color Cylindrical-coordinate representation of color #991345: hue angle of 337.61º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991345 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 69 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.4 |
| HSL | 337.61º | 0.78% | 0.34% | - |
| HSV(B) | 337.61º | 0.88% | 0.6% | - |
| XYZ | 14.44 | 7.67 | 6.35 | - |
| YUV | 64.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 69 | 0 | 0.88 | 0.55 | 0.4 | 337.61 | 0.78 | 0.34 |
| Hex | 99 | 13 | 45 | 0 | 58 | 37 | 28 | 152 | 4E | 22 |
| Octal | 231 | 23 | 105 | 0 | 130 | 67 | 50 | 522 | 116 | 42 |
| Binary | 10011001 | 10011 | 1000101 | 0 | 1011000 | 110111 | 101000 | 101010010 | 1001110 | 100010 |
Color Harmonies of #991345
Complementary color
Monochromatic Colors of #991345
Black with #991345
Text Example
Text Example
White with #991345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991345; }
p { color: rgb(153,19,69); }
H1.HeaderClassName
{
color: #991345;
}
.AnyTagClassName
{
color: #991345;
}
</style>
background-color css
<style>
a { background-color: #991345; }
a { background-color: rgb(153,19,69); }
div.DivClassName
{
background-color: #991345;
}
.BgClassName
{
background-color: #991345;
}
</style>
border-color css
<style>
span { border-color: #991345; }
span { border-color: rgb(153,19,69); }
td.TdClassName
{
border-color: #991345;
}
.TagClassName
{
border-color: #991345;
}
</style>