Shades of Lipstick #99256A
Tints of Lipstick #99256A
RGB
CMYK
RGB Variations
Color information
#99256A (or 0x99256A) is known color: Lipstick. HEX triplet: 99, 25 and 6A. RGB value is (153,37,106). Sum of RGB (Red+Green+Blue) = 153+37+106=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256A is #66DA95. Grayscale: #4F4F4F. Windows color (decimal): -6740630 or 6956441. OLE color: 6956441.
HSL color Cylindrical-coordinate representation of color #99256A: hue angle of 324.31º 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 #99256A is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 106 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.4 |
| HSL | 324.31º | 0.61% | 0.37% | - |
| HSV(B) | 324.31º | 0.76% | 0.6% | - |
| XYZ | 16.4 | 9.14 | 14.53 | - |
| YUV | 79.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 106 | 0 | 0.76 | 0.31 | 0.4 | 324.31 | 0.61 | 0.37 |
| Hex | 99 | 25 | 6A | 0 | 4C | 1F | 28 | 144 | 3D | 25 |
| Octal | 231 | 45 | 152 | 0 | 114 | 37 | 50 | 504 | 75 | 45 |
| Binary | 10011001 | 100101 | 1101010 | 0 | 1001100 | 11111 | 101000 | 101000100 | 111101 | 100101 |
Color Harmonies of #99256A
Complementary color
Monochromatic Colors of #99256A
Black with #99256A
Text Example
Text Example
White with #99256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99256A; }
p { color: rgb(153,37,106); }
H1.HeaderClassName
{
color: #99256A;
}
.AnyTagClassName
{
color: #99256A;
}
</style>
background-color css
<style>
a { background-color: #99256A; }
a { background-color: rgb(153,37,106); }
div.DivClassName
{
background-color: #99256A;
}
.BgClassName
{
background-color: #99256A;
}
</style>
border-color css
<style>
span { border-color: #99256A; }
span { border-color: rgb(153,37,106); }
td.TdClassName
{
border-color: #99256A;
}
.TagClassName
{
border-color: #99256A;
}
</style>