Shades of Lipstick #99255B
Tints of Lipstick #99255B
RGB
CMYK
RGB Variations
Color information
#99255B (or 0x99255B) is known color: Lipstick. HEX triplet: 99, 25 and 5B. RGB value is (153,37,91). Sum of RGB (Red+Green+Blue) = 153+37+91=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99255B is #66DAA4. Grayscale: #4D4D4D. Windows color (decimal): -6740645 or 5973401. OLE color: 5973401.
HSL color Cylindrical-coordinate representation of color #99255B: hue angle of 332.07º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99255B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 91 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.4 |
| HSL | 332.07º | 0.61% | 0.37% | - |
| HSV(B) | 332.07º | 0.76% | 0.6% | - |
| XYZ | 15.69 | 8.85 | 10.78 | - |
| YUV | 77.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 91 | 0 | 0.76 | 0.41 | 0.4 | 332.07 | 0.61 | 0.37 |
| Hex | 99 | 25 | 5B | 0 | 4C | 29 | 28 | 14C | 3D | 25 |
| Octal | 231 | 45 | 133 | 0 | 114 | 51 | 50 | 514 | 75 | 45 |
| Binary | 10011001 | 100101 | 1011011 | 0 | 1001100 | 101001 | 101000 | 101001100 | 111101 | 100101 |
Color Harmonies of #99255B
Complementary color
Monochromatic Colors of #99255B
Black with #99255B
Text Example
Text Example
White with #99255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99255B; }
p { color: rgb(153,37,91); }
H1.HeaderClassName
{
color: #99255B;
}
.AnyTagClassName
{
color: #99255B;
}
</style>
background-color css
<style>
a { background-color: #99255B; }
a { background-color: rgb(153,37,91); }
div.DivClassName
{
background-color: #99255B;
}
.BgClassName
{
background-color: #99255B;
}
</style>
border-color css
<style>
span { border-color: #99255B; }
span { border-color: rgb(153,37,91); }
td.TdClassName
{
border-color: #99255B;
}
.TagClassName
{
border-color: #99255B;
}
</style>