Shades of Lipstick #99265F
Tints of Lipstick #99265F
RGB
CMYK
RGB Variations
Color information
#99265F (or 0x99265F) is known color: Lipstick. HEX triplet: 99, 26 and 5F. RGB value is (153,38,95). Sum of RGB (Red+Green+Blue) = 153+38+95=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99265F is #66D9A0. Grayscale: #4E4E4E. Windows color (decimal): -6740385 or 6235801. OLE color: 6235801.
HSL color Cylindrical-coordinate representation of color #99265F: hue angle of 330.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99265F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 95 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.4 |
| HSL | 330.26º | 0.6% | 0.37% | - |
| HSV(B) | 330.26º | 0.75% | 0.6% | - |
| XYZ | 15.9 | 8.98 | 11.72 | - |
| YUV | 78.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 95 | 0 | 0.75 | 0.38 | 0.4 | 330.26 | 0.6 | 0.37 |
| Hex | 99 | 26 | 5F | 0 | 4B | 26 | 28 | 14A | 3C | 25 |
| Octal | 231 | 46 | 137 | 0 | 113 | 46 | 50 | 512 | 74 | 45 |
| Binary | 10011001 | 100110 | 1011111 | 0 | 1001011 | 100110 | 101000 | 101001010 | 111100 | 100101 |
Color Harmonies of #99265F
Complementary color
Monochromatic Colors of #99265F
Black with #99265F
Text Example
Text Example
White with #99265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99265F; }
p { color: rgb(153,38,95); }
H1.HeaderClassName
{
color: #99265F;
}
.AnyTagClassName
{
color: #99265F;
}
</style>
background-color css
<style>
a { background-color: #99265F; }
a { background-color: rgb(153,38,95); }
div.DivClassName
{
background-color: #99265F;
}
.BgClassName
{
background-color: #99265F;
}
</style>
border-color css
<style>
span { border-color: #99265F; }
span { border-color: rgb(153,38,95); }
td.TdClassName
{
border-color: #99265F;
}
.TagClassName
{
border-color: #99265F;
}
</style>