Shades of Lipstick #99344F
Tints of Lipstick #99344F
RGB
CMYK
RGB Variations
Color information
#99344F (or 0x99344F) is known color: Lipstick. HEX triplet: 99, 34 and 4F. RGB value is (153,52,79). Sum of RGB (Red+Green+Blue) = 153+52+79=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99344F is #66CBB0. Grayscale: #555555. Windows color (decimal): -6736817 or 5190809. OLE color: 5190809.
HSL color Cylindrical-coordinate representation of color #99344F: hue angle of 343.96º 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 #99344F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 79 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.4 |
| HSL | 343.96º | 0.49% | 0.4% | - |
| HSV(B) | 343.96º | 0.66% | 0.6% | - |
| XYZ | 15.78 | 9.79 | 8.46 | - |
| YUV | 85.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 79 | 0 | 0.66 | 0.48 | 0.4 | 343.96 | 0.49 | 0.4 |
| Hex | 99 | 34 | 4F | 0 | 42 | 30 | 28 | 158 | 31 | 28 |
| Octal | 231 | 64 | 117 | 0 | 102 | 60 | 50 | 530 | 61 | 50 |
| Binary | 10011001 | 110100 | 1001111 | 0 | 1000010 | 110000 | 101000 | 101011000 | 110001 | 101000 |
Color Harmonies of #99344F
Complementary color
Monochromatic Colors of #99344F
Black with #99344F
Text Example
Text Example
White with #99344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99344F; }
p { color: rgb(153,52,79); }
H1.HeaderClassName
{
color: #99344F;
}
.AnyTagClassName
{
color: #99344F;
}
</style>
background-color css
<style>
a { background-color: #99344F; }
a { background-color: rgb(153,52,79); }
div.DivClassName
{
background-color: #99344F;
}
.BgClassName
{
background-color: #99344F;
}
</style>
border-color css
<style>
span { border-color: #99344F; }
span { border-color: rgb(153,52,79); }
td.TdClassName
{
border-color: #99344F;
}
.TagClassName
{
border-color: #99344F;
}
</style>