Shades of Lipstick #99275C
Tints of Lipstick #99275C
RGB
CMYK
RGB Variations
Color information
#99275C (or 0x99275C) is known color: Lipstick. HEX triplet: 99, 27 and 5C. RGB value is (153,39,92). Sum of RGB (Red+Green+Blue) = 153+39+92=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99275C is #66D8A3. Grayscale: #4F4F4F. Windows color (decimal): -6740132 or 6039449. OLE color: 6039449.
HSL color Cylindrical-coordinate representation of color #99275C: hue angle of 332.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99275C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 92 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.4 |
| HSL | 332.11º | 0.59% | 0.38% | - |
| HSV(B) | 332.11º | 0.75% | 0.6% | - |
| XYZ | 15.79 | 9 | 11.03 | - |
| YUV | 79.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 92 | 0 | 0.75 | 0.40 | 0.4 | 332.11 | 0.59 | 0.38 |
| Hex | 99 | 27 | 5C | 0 | 4B | 28 | 28 | 14C | 3B | 26 |
| Octal | 231 | 47 | 134 | 0 | 113 | 50 | 50 | 514 | 73 | 46 |
| Binary | 10011001 | 100111 | 1011100 | 0 | 1001011 | 101000 | 101000 | 101001100 | 111011 | 100110 |
Color Harmonies of #99275C
Complementary color
Monochromatic Colors of #99275C
Black with #99275C
Text Example
Text Example
White with #99275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99275C; }
p { color: rgb(153,39,92); }
H1.HeaderClassName
{
color: #99275C;
}
.AnyTagClassName
{
color: #99275C;
}
</style>
background-color css
<style>
a { background-color: #99275C; }
a { background-color: rgb(153,39,92); }
div.DivClassName
{
background-color: #99275C;
}
.BgClassName
{
background-color: #99275C;
}
</style>
border-color css
<style>
span { border-color: #99275C; }
span { border-color: rgb(153,39,92); }
td.TdClassName
{
border-color: #99275C;
}
.TagClassName
{
border-color: #99275C;
}
</style>