Shades of Lipstick #99395B
Tints of Lipstick #99395B
RGB
CMYK
RGB Variations
Color information
#99395B (or 0x99395B) is known color: Lipstick. HEX triplet: 99, 39 and 5B. RGB value is (153,57,91). Sum of RGB (Red+Green+Blue) = 153+57+91=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99395B is #66C6A4. Grayscale: #595959. Windows color (decimal): -6735525 or 5978521. OLE color: 5978521.
HSL color Cylindrical-coordinate representation of color #99395B: hue angle of 338.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99395B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 91 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.4 |
| HSL | 338.75º | 0.46% | 0.41% | - |
| HSV(B) | 338.75º | 0.63% | 0.6% | - |
| XYZ | 16.49 | 10.45 | 11.05 | - |
| YUV | 89.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 91 | 0 | 0.63 | 0.41 | 0.4 | 338.75 | 0.46 | 0.41 |
| Hex | 99 | 39 | 5B | 0 | 3F | 29 | 28 | 153 | 2E | 29 |
| Octal | 231 | 71 | 133 | 0 | 77 | 51 | 50 | 523 | 56 | 51 |
| Binary | 10011001 | 111001 | 1011011 | 0 | 111111 | 101001 | 101000 | 101010011 | 101110 | 101001 |
Color Harmonies of #99395B
Complementary color
Monochromatic Colors of #99395B
Black with #99395B
Text Example
Text Example
White with #99395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99395B; }
p { color: rgb(153,57,91); }
H1.HeaderClassName
{
color: #99395B;
}
.AnyTagClassName
{
color: #99395B;
}
</style>
background-color css
<style>
a { background-color: #99395B; }
a { background-color: rgb(153,57,91); }
div.DivClassName
{
background-color: #99395B;
}
.BgClassName
{
background-color: #99395B;
}
</style>
border-color css
<style>
span { border-color: #99395B; }
span { border-color: rgb(153,57,91); }
td.TdClassName
{
border-color: #99395B;
}
.TagClassName
{
border-color: #99395B;
}
</style>