Shades of Lipstick #99154B
Tints of Lipstick #99154B
RGB
CMYK
RGB Variations
Color information
#99154B (or 0x99154B) is known color: Lipstick. HEX triplet: 99, 15 and 4B. RGB value is (153,21,75). Sum of RGB (Red+Green+Blue) = 153+21+75=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99154B is #66EAB4. Grayscale: #424242. Windows color (decimal): -6744757 or 4920729. OLE color: 4920729.
HSL color Cylindrical-coordinate representation of color #99154B: hue angle of 335.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99154B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 75 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.4 |
| HSL | 335.45º | 0.76% | 0.34% | - |
| HSV(B) | 335.45º | 0.86% | 0.6% | - |
| XYZ | 14.68 | 7.82 | 7.39 | - |
| YUV | 66.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 75 | 0 | 0.86 | 0.51 | 0.4 | 335.45 | 0.76 | 0.34 |
| Hex | 99 | 15 | 4B | 0 | 56 | 33 | 28 | 14F | 4C | 22 |
| Octal | 231 | 25 | 113 | 0 | 126 | 63 | 50 | 517 | 114 | 42 |
| Binary | 10011001 | 10101 | 1001011 | 0 | 1010110 | 110011 | 101000 | 101001111 | 1001100 | 100010 |
Color Harmonies of #99154B
Complementary color
Monochromatic Colors of #99154B
Black with #99154B
Text Example
Text Example
White with #99154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99154B; }
p { color: rgb(153,21,75); }
H1.HeaderClassName
{
color: #99154B;
}
.AnyTagClassName
{
color: #99154B;
}
</style>
background-color css
<style>
a { background-color: #99154B; }
a { background-color: rgb(153,21,75); }
div.DivClassName
{
background-color: #99154B;
}
.BgClassName
{
background-color: #99154B;
}
</style>
border-color css
<style>
span { border-color: #99154B; }
span { border-color: rgb(153,21,75); }
td.TdClassName
{
border-color: #99154B;
}
.TagClassName
{
border-color: #99154B;
}
</style>