Shades of Lipstick #9A1C4B
Tints of Lipstick #9A1C4B
RGB
CMYK
RGB Variations
Color information
#9A1C4B (or 0x9A1C4B) is known color: Lipstick. HEX triplet: 9A, 1C and 4B. RGB value is (154,28,75). Sum of RGB (Red+Green+Blue) = 154+28+75=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C4B is #65E3B4. Grayscale: #464646. Windows color (decimal): -6677429 or 4922522. OLE color: 4922522.
HSL color Cylindrical-coordinate representation of color #9A1C4B: hue angle of 337.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C4B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 75 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.40 |
| HSL | 337.62º | 0.69% | 0.36% | - |
| HSV(B) | 337.62º | 0.82% | 0.6% | - |
| XYZ | 15.01 | 8.21 | 7.45 | - |
| YUV | 71.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 75 | 0 | 0.82 | 0.51 | 0.40 | 337.62 | 0.69 | 0.36 |
| Hex | 9A | 1C | 4B | 0 | 52 | 33 | 28 | 152 | 45 | 24 |
| Octal | 232 | 34 | 113 | 0 | 122 | 63 | 50 | 522 | 105 | 44 |
| Binary | 10011010 | 11100 | 1001011 | 0 | 1010010 | 110011 | 101000 | 101010010 | 1000101 | 100100 |
Color Harmonies of #9A1C4B
Complementary color
Monochromatic Colors of #9A1C4B
Black with #9A1C4B
Text Example
Text Example
White with #9A1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C4B; }
p { color: rgb(154,28,75); }
H1.HeaderClassName
{
color: #9A1C4B;
}
.AnyTagClassName
{
color: #9A1C4B;
}
</style>
background-color css
<style>
a { background-color: #9A1C4B; }
a { background-color: rgb(154,28,75); }
div.DivClassName
{
background-color: #9A1C4B;
}
.BgClassName
{
background-color: #9A1C4B;
}
</style>
border-color css
<style>
span { border-color: #9A1C4B; }
span { border-color: rgb(154,28,75); }
td.TdClassName
{
border-color: #9A1C4B;
}
.TagClassName
{
border-color: #9A1C4B;
}
</style>