Shades of Lipstick #9A1C40
Tints of Lipstick #9A1C40
RGB
CMYK
RGB Variations
Color information
#9A1C40 (or 0x9A1C40) is known color: Lipstick. HEX triplet: 9A, 1C and 40. RGB value is (154,28,64). Sum of RGB (Red+Green+Blue) = 154+28+64=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C40 is #65E3BF. Grayscale: #454545. Windows color (decimal): -6677440 or 4201626. OLE color: 4201626.
HSL color Cylindrical-coordinate representation of color #9A1C40: hue angle of 342.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C40 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 64 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.40 |
| HSL | 342.86º | 0.69% | 0.36% | - |
| HSV(B) | 342.86º | 0.82% | 0.6% | - |
| XYZ | 14.67 | 8.07 | 5.64 | - |
| YUV | 69.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 64 | 0 | 0.82 | 0.58 | 0.40 | 342.86 | 0.69 | 0.36 |
| Hex | 9A | 1C | 40 | 0 | 52 | 3A | 28 | 157 | 45 | 24 |
| Octal | 232 | 34 | 100 | 0 | 122 | 72 | 50 | 527 | 105 | 44 |
| Binary | 10011010 | 11100 | 1000000 | 0 | 1010010 | 111010 | 101000 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9A1C40
Complementary color
Monochromatic Colors of #9A1C40
Black with #9A1C40
Text Example
Text Example
White with #9A1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C40; }
p { color: rgb(154,28,64); }
H1.HeaderClassName
{
color: #9A1C40;
}
.AnyTagClassName
{
color: #9A1C40;
}
</style>
background-color css
<style>
a { background-color: #9A1C40; }
a { background-color: rgb(154,28,64); }
div.DivClassName
{
background-color: #9A1C40;
}
.BgClassName
{
background-color: #9A1C40;
}
</style>
border-color css
<style>
span { border-color: #9A1C40; }
span { border-color: rgb(154,28,64); }
td.TdClassName
{
border-color: #9A1C40;
}
.TagClassName
{
border-color: #9A1C40;
}
</style>