Shades of Lipstick #9A133E
Tints of Lipstick #9A133E
RGB
CMYK
RGB Variations
Color information
#9A133E (or 0x9A133E) is known color: Lipstick. HEX triplet: 9A, 13 and 3E. RGB value is (154,19,62). Sum of RGB (Red+Green+Blue) = 154+19+62=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A133E is #65ECC1. Grayscale: #404040. Windows color (decimal): -6679746 or 4068250. OLE color: 4068250.
HSL color Cylindrical-coordinate representation of color #9A133E: hue angle of 340.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A133E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 62 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.40 |
| HSL | 340.89º | 0.78% | 0.34% | - |
| HSV(B) | 340.89º | 0.88% | 0.6% | - |
| XYZ | 14.43 | 7.68 | 5.28 | - |
| YUV | 64.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 62 | 0 | 0.88 | 0.60 | 0.40 | 340.89 | 0.78 | 0.34 |
| Hex | 9A | 13 | 3E | 0 | 58 | 3C | 28 | 155 | 4E | 22 |
| Octal | 232 | 23 | 76 | 0 | 130 | 74 | 50 | 525 | 116 | 42 |
| Binary | 10011010 | 10011 | 111110 | 0 | 1011000 | 111100 | 101000 | 101010101 | 1001110 | 100010 |
Color Harmonies of #9A133E
Complementary color
Monochromatic Colors of #9A133E
Black with #9A133E
Text Example
Text Example
White with #9A133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A133E; }
p { color: rgb(154,19,62); }
H1.HeaderClassName
{
color: #9A133E;
}
.AnyTagClassName
{
color: #9A133E;
}
</style>
background-color css
<style>
a { background-color: #9A133E; }
a { background-color: rgb(154,19,62); }
div.DivClassName
{
background-color: #9A133E;
}
.BgClassName
{
background-color: #9A133E;
}
</style>
border-color css
<style>
span { border-color: #9A133E; }
span { border-color: rgb(154,19,62); }
td.TdClassName
{
border-color: #9A133E;
}
.TagClassName
{
border-color: #9A133E;
}
</style>