Shades of Lipstick #9A1D4B
Tints of Lipstick #9A1D4B
RGB
CMYK
RGB Variations
Color information
#9A1D4B (or 0x9A1D4B) is known color: Lipstick. HEX triplet: 9A, 1D and 4B. RGB value is (154,29,75). Sum of RGB (Red+Green+Blue) = 154+29+75=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1D4B is #65E2B4. Grayscale: #474747. Windows color (decimal): -6677173 or 4922778. OLE color: 4922778.
HSL color Cylindrical-coordinate representation of color #9A1D4B: hue angle of 337.92º 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 #9A1D4B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 75 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.40 |
| HSL | 337.92º | 0.68% | 0.36% | - |
| HSV(B) | 337.92º | 0.81% | 0.6% | - |
| XYZ | 15.04 | 8.26 | 7.46 | - |
| YUV | 71.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 75 | 0 | 0.81 | 0.51 | 0.40 | 337.92 | 0.68 | 0.36 |
| Hex | 9A | 1D | 4B | 0 | 51 | 33 | 28 | 152 | 44 | 24 |
| Octal | 232 | 35 | 113 | 0 | 121 | 63 | 50 | 522 | 104 | 44 |
| Binary | 10011010 | 11101 | 1001011 | 0 | 1010001 | 110011 | 101000 | 101010010 | 1000100 | 100100 |
Color Harmonies of #9A1D4B
Complementary color
Monochromatic Colors of #9A1D4B
Black with #9A1D4B
Text Example
Text Example
White with #9A1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D4B; }
p { color: rgb(154,29,75); }
H1.HeaderClassName
{
color: #9A1D4B;
}
.AnyTagClassName
{
color: #9A1D4B;
}
</style>
background-color css
<style>
a { background-color: #9A1D4B; }
a { background-color: rgb(154,29,75); }
div.DivClassName
{
background-color: #9A1D4B;
}
.BgClassName
{
background-color: #9A1D4B;
}
</style>
border-color css
<style>
span { border-color: #9A1D4B; }
span { border-color: rgb(154,29,75); }
td.TdClassName
{
border-color: #9A1D4B;
}
.TagClassName
{
border-color: #9A1D4B;
}
</style>