Shades of Lipstick #9A153F
Tints of Lipstick #9A153F
RGB
CMYK
RGB Variations
Color information
#9A153F (or 0x9A153F) is known color: Lipstick. HEX triplet: 9A, 15 and 3F. RGB value is (154,21,63). Sum of RGB (Red+Green+Blue) = 154+21+63=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A153F is #65EAC0. Grayscale: #414141. Windows color (decimal): -6679233 or 4134298. OLE color: 4134298.
HSL color Cylindrical-coordinate representation of color #9A153F: hue angle of 341.05º 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 #9A153F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 63 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.40 |
| HSL | 341.05º | 0.76% | 0.34% | - |
| HSV(B) | 341.05º | 0.86% | 0.6% | - |
| XYZ | 14.49 | 7.77 | 5.44 | - |
| YUV | 65.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 63 | 0 | 0.86 | 0.59 | 0.40 | 341.05 | 0.76 | 0.34 |
| Hex | 9A | 15 | 3F | 0 | 56 | 3B | 28 | 155 | 4C | 22 |
| Octal | 232 | 25 | 77 | 0 | 126 | 73 | 50 | 525 | 114 | 42 |
| Binary | 10011010 | 10101 | 111111 | 0 | 1010110 | 111011 | 101000 | 101010101 | 1001100 | 100010 |
Color Harmonies of #9A153F
Complementary color
Monochromatic Colors of #9A153F
Black with #9A153F
Text Example
Text Example
White with #9A153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A153F; }
p { color: rgb(154,21,63); }
H1.HeaderClassName
{
color: #9A153F;
}
.AnyTagClassName
{
color: #9A153F;
}
</style>
background-color css
<style>
a { background-color: #9A153F; }
a { background-color: rgb(154,21,63); }
div.DivClassName
{
background-color: #9A153F;
}
.BgClassName
{
background-color: #9A153F;
}
</style>
border-color css
<style>
span { border-color: #9A153F; }
span { border-color: rgb(154,21,63); }
td.TdClassName
{
border-color: #9A153F;
}
.TagClassName
{
border-color: #9A153F;
}
</style>