Shades of Lipstick #911955
Tints of Lipstick #911955
RGB
CMYK
RGB Variations
Color information
#911955 (or 0x911955) is known color: Lipstick. HEX triplet: 91, 19 and 55. RGB value is (145,25,85). Sum of RGB (Red+Green+Blue) = 145+25+85=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #911955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911955 is #6EE6AA. Grayscale: #434343. Windows color (decimal): -7268011 or 5577105. OLE color: 5577105.
HSL color Cylindrical-coordinate representation of color #911955: hue angle of 330º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911955 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 85 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.43 |
| HSL | 330º | 0.71% | 0.33% | - |
| HSV(B) | 330º | 0.83% | 0.57% | - |
| XYZ | 13.66 | 7.37 | 9.3 | - |
| YUV | 67.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 85 | 0 | 0.83 | 0.41 | 0.43 | 330 | 0.71 | 0.33 |
| Hex | 91 | 19 | 55 | 0 | 53 | 29 | 2B | 14A | 47 | 21 |
| Octal | 221 | 31 | 125 | 0 | 123 | 51 | 53 | 512 | 107 | 41 |
| Binary | 10010001 | 11001 | 1010101 | 0 | 1010011 | 101001 | 101011 | 101001010 | 1000111 | 100001 |
Color Harmonies of #911955
Complementary color
Monochromatic Colors of #911955
Black with #911955
Text Example
Text Example
White with #911955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911955; }
p { color: rgb(145,25,85); }
H1.HeaderClassName
{
color: #911955;
}
.AnyTagClassName
{
color: #911955;
}
</style>
background-color css
<style>
a { background-color: #911955; }
a { background-color: rgb(145,25,85); }
div.DivClassName
{
background-color: #911955;
}
.BgClassName
{
background-color: #911955;
}
</style>
border-color css
<style>
span { border-color: #911955; }
span { border-color: rgb(145,25,85); }
td.TdClassName
{
border-color: #911955;
}
.TagClassName
{
border-color: #911955;
}
</style>