Shades of Lipstick #99256B
Tints of Lipstick #99256B
RGB
CMYK
RGB Variations
Color information
#99256B (or 0x99256B) is known color: Lipstick. HEX triplet: 99, 25 and 6B. RGB value is (153,37,107). Sum of RGB (Red+Green+Blue) = 153+37+107=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256B is #66DA94. Grayscale: #4F4F4F. Windows color (decimal): -6740629 or 7021977. OLE color: 7021977.
HSL color Cylindrical-coordinate representation of color #99256B: hue angle of 323.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99256B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 107 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.4 |
| HSL | 323.79º | 0.61% | 0.37% | - |
| HSV(B) | 323.79º | 0.76% | 0.6% | - |
| XYZ | 16.45 | 9.16 | 14.81 | - |
| YUV | 79.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 107 | 0 | 0.76 | 0.30 | 0.4 | 323.79 | 0.61 | 0.37 |
| Hex | 99 | 25 | 6B | 0 | 4C | 1E | 28 | 144 | 3D | 25 |
| Octal | 231 | 45 | 153 | 0 | 114 | 36 | 50 | 504 | 75 | 45 |
| Binary | 10011001 | 100101 | 1101011 | 0 | 1001100 | 11110 | 101000 | 101000100 | 111101 | 100101 |
Color Harmonies of #99256B
Complementary color
Monochromatic Colors of #99256B
Black with #99256B
Text Example
Text Example
White with #99256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99256B; }
p { color: rgb(153,37,107); }
H1.HeaderClassName
{
color: #99256B;
}
.AnyTagClassName
{
color: #99256B;
}
</style>
background-color css
<style>
a { background-color: #99256B; }
a { background-color: rgb(153,37,107); }
div.DivClassName
{
background-color: #99256B;
}
.BgClassName
{
background-color: #99256B;
}
</style>
border-color css
<style>
span { border-color: #99256B; }
span { border-color: rgb(153,37,107); }
td.TdClassName
{
border-color: #99256B;
}
.TagClassName
{
border-color: #99256B;
}
</style>