Shades of Lipstick #99266B
Tints of Lipstick #99266B
RGB
CMYK
RGB Variations
Color information
#99266B (or 0x99266B) is known color: Lipstick. HEX triplet: 99, 26 and 6B. RGB value is (153,38,107). Sum of RGB (Red+Green+Blue) = 153+38+107=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99266B is #66D994. Grayscale: #505050. Windows color (decimal): -6740373 or 7022233. OLE color: 7022233.
HSL color Cylindrical-coordinate representation of color #99266B: hue angle of 324º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99266B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 107 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.4 |
| HSL | 324º | 0.6% | 0.37% | - |
| HSV(B) | 324º | 0.75% | 0.6% | - |
| XYZ | 16.48 | 9.22 | 14.82 | - |
| YUV | 80.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 107 | 0 | 0.75 | 0.30 | 0.4 | 324 | 0.6 | 0.37 |
| Hex | 99 | 26 | 6B | 0 | 4B | 1E | 28 | 144 | 3C | 25 |
| Octal | 231 | 46 | 153 | 0 | 113 | 36 | 50 | 504 | 74 | 45 |
| Binary | 10011001 | 100110 | 1101011 | 0 | 1001011 | 11110 | 101000 | 101000100 | 111100 | 100101 |
Color Harmonies of #99266B
Complementary color
Monochromatic Colors of #99266B
Black with #99266B
Text Example
Text Example
White with #99266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99266B; }
p { color: rgb(153,38,107); }
H1.HeaderClassName
{
color: #99266B;
}
.AnyTagClassName
{
color: #99266B;
}
</style>
background-color css
<style>
a { background-color: #99266B; }
a { background-color: rgb(153,38,107); }
div.DivClassName
{
background-color: #99266B;
}
.BgClassName
{
background-color: #99266B;
}
</style>
border-color css
<style>
span { border-color: #99266B; }
span { border-color: rgb(153,38,107); }
td.TdClassName
{
border-color: #99266B;
}
.TagClassName
{
border-color: #99266B;
}
</style>