Shades of Lipstick #9A1B48
Tints of Lipstick #9A1B48
RGB
CMYK
RGB Variations
Color information
#9A1B48 (or 0x9A1B48) is known color: Lipstick. HEX triplet: 9A, 1B and 48. RGB value is (154,27,72). Sum of RGB (Red+Green+Blue) = 154+27+72=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1B48 is #65E4B7. Grayscale: #464646. Windows color (decimal): -6677688 or 4725658. OLE color: 4725658.
HSL color Cylindrical-coordinate representation of color #9A1B48: hue angle of 338.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B48 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 72 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.40 |
| HSL | 338.74º | 0.7% | 0.35% | - |
| HSV(B) | 338.74º | 0.82% | 0.6% | - |
| XYZ | 14.89 | 8.12 | 6.91 | - |
| YUV | 70.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 72 | 0 | 0.82 | 0.53 | 0.40 | 338.74 | 0.7 | 0.35 |
| Hex | 9A | 1B | 48 | 0 | 52 | 35 | 28 | 153 | 46 | 23 |
| Octal | 232 | 33 | 110 | 0 | 122 | 65 | 50 | 523 | 106 | 43 |
| Binary | 10011010 | 11011 | 1001000 | 0 | 1010010 | 110101 | 101000 | 101010011 | 1000110 | 100011 |
Color Harmonies of #9A1B48
Complementary color
Monochromatic Colors of #9A1B48
Black with #9A1B48
Text Example
Text Example
White with #9A1B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B48; }
p { color: rgb(154,27,72); }
H1.HeaderClassName
{
color: #9A1B48;
}
.AnyTagClassName
{
color: #9A1B48;
}
</style>
background-color css
<style>
a { background-color: #9A1B48; }
a { background-color: rgb(154,27,72); }
div.DivClassName
{
background-color: #9A1B48;
}
.BgClassName
{
background-color: #9A1B48;
}
</style>
border-color css
<style>
span { border-color: #9A1B48; }
span { border-color: rgb(154,27,72); }
td.TdClassName
{
border-color: #9A1B48;
}
.TagClassName
{
border-color: #9A1B48;
}
</style>