Shades of Lipstick #99345F
Tints of Lipstick #99345F
RGB
CMYK
RGB Variations
Color information
#99345F (or 0x99345F) is known color: Lipstick. HEX triplet: 99, 34 and 5F. RGB value is (153,52,95). Sum of RGB (Red+Green+Blue) = 153+52+95=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99345F is #66CBA0. Grayscale: #575757. Windows color (decimal): -6736801 or 6239385. OLE color: 6239385.
HSL color Cylindrical-coordinate representation of color #99345F: hue angle of 334.46º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99345F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 95 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.4 |
| HSL | 334.46º | 0.49% | 0.4% | - |
| HSV(B) | 334.46º | 0.66% | 0.6% | - |
| XYZ | 16.43 | 10.05 | 11.9 | - |
| YUV | 87.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 95 | 0 | 0.66 | 0.38 | 0.4 | 334.46 | 0.49 | 0.4 |
| Hex | 99 | 34 | 5F | 0 | 42 | 26 | 28 | 14E | 31 | 28 |
| Octal | 231 | 64 | 137 | 0 | 102 | 46 | 50 | 516 | 61 | 50 |
| Binary | 10011001 | 110100 | 1011111 | 0 | 1000010 | 100110 | 101000 | 101001110 | 110001 | 101000 |
Color Harmonies of #99345F
Complementary color
Monochromatic Colors of #99345F
Black with #99345F
Text Example
Text Example
White with #99345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99345F; }
p { color: rgb(153,52,95); }
H1.HeaderClassName
{
color: #99345F;
}
.AnyTagClassName
{
color: #99345F;
}
</style>
background-color css
<style>
a { background-color: #99345F; }
a { background-color: rgb(153,52,95); }
div.DivClassName
{
background-color: #99345F;
}
.BgClassName
{
background-color: #99345F;
}
</style>
border-color css
<style>
span { border-color: #99345F; }
span { border-color: rgb(153,52,95); }
td.TdClassName
{
border-color: #99345F;
}
.TagClassName
{
border-color: #99345F;
}
</style>