Shades of Lipstick #9A1D52
Tints of Lipstick #9A1D52
RGB
CMYK
RGB Variations
Color information
#9A1D52 (or 0x9A1D52) is known color: Lipstick. HEX triplet: 9A, 1D and 52. RGB value is (154,29,82). Sum of RGB (Red+Green+Blue) = 154+29+82=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D52 is #65E2AD. Grayscale: #484848. Windows color (decimal): -6677166 or 5381530. OLE color: 5381530.
HSL color Cylindrical-coordinate representation of color #9A1D52: hue angle of 334.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D52 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 82 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.40 |
| HSL | 334.56º | 0.68% | 0.36% | - |
| HSV(B) | 334.56º | 0.81% | 0.6% | - |
| XYZ | 15.29 | 8.36 | 8.79 | - |
| YUV | 72.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 82 | 0 | 0.81 | 0.47 | 0.40 | 334.56 | 0.68 | 0.36 |
| Hex | 9A | 1D | 52 | 0 | 51 | 2F | 28 | 14F | 44 | 24 |
| Octal | 232 | 35 | 122 | 0 | 121 | 57 | 50 | 517 | 104 | 44 |
| Binary | 10011010 | 11101 | 1010010 | 0 | 1010001 | 101111 | 101000 | 101001111 | 1000100 | 100100 |
Color Harmonies of #9A1D52
Complementary color
Monochromatic Colors of #9A1D52
Black with #9A1D52
Text Example
Text Example
White with #9A1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D52; }
p { color: rgb(154,29,82); }
H1.HeaderClassName
{
color: #9A1D52;
}
.AnyTagClassName
{
color: #9A1D52;
}
</style>
background-color css
<style>
a { background-color: #9A1D52; }
a { background-color: rgb(154,29,82); }
div.DivClassName
{
background-color: #9A1D52;
}
.BgClassName
{
background-color: #9A1D52;
}
</style>
border-color css
<style>
span { border-color: #9A1D52; }
span { border-color: rgb(154,29,82); }
td.TdClassName
{
border-color: #9A1D52;
}
.TagClassName
{
border-color: #9A1D52;
}
</style>