Shades of Lipstick #9A173F
Tints of Lipstick #9A173F
RGB
CMYK
RGB Variations
Color information
#9A173F (or 0x9A173F) is known color: Lipstick. HEX triplet: 9A, 17 and 3F. RGB value is (154,23,63). Sum of RGB (Red+Green+Blue) = 154+23+63=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A173F is #65E8C0. Grayscale: #424242. Windows color (decimal): -6678721 or 4134810. OLE color: 4134810.
HSL color Cylindrical-coordinate representation of color #9A173F: hue angle of 341.68º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A173F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 63 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.40 |
| HSL | 341.68º | 0.74% | 0.35% | - |
| HSV(B) | 341.68º | 0.85% | 0.6% | - |
| XYZ | 14.53 | 7.84 | 5.45 | - |
| YUV | 66.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 63 | 0 | 0.85 | 0.59 | 0.40 | 341.68 | 0.74 | 0.35 |
| Hex | 9A | 17 | 3F | 0 | 55 | 3B | 28 | 156 | 4A | 23 |
| Octal | 232 | 27 | 77 | 0 | 125 | 73 | 50 | 526 | 112 | 43 |
| Binary | 10011010 | 10111 | 111111 | 0 | 1010101 | 111011 | 101000 | 101010110 | 1001010 | 100011 |
Color Harmonies of #9A173F
Complementary color
Monochromatic Colors of #9A173F
Black with #9A173F
Text Example
Text Example
White with #9A173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A173F; }
p { color: rgb(154,23,63); }
H1.HeaderClassName
{
color: #9A173F;
}
.AnyTagClassName
{
color: #9A173F;
}
</style>
background-color css
<style>
a { background-color: #9A173F; }
a { background-color: rgb(154,23,63); }
div.DivClassName
{
background-color: #9A173F;
}
.BgClassName
{
background-color: #9A173F;
}
</style>
border-color css
<style>
span { border-color: #9A173F; }
span { border-color: rgb(154,23,63); }
td.TdClassName
{
border-color: #9A173F;
}
.TagClassName
{
border-color: #9A173F;
}
</style>