Shades of Lipstick #9B1C40
Tints of Lipstick #9B1C40
RGB
CMYK
RGB Variations
Color information
#9B1C40 (or 0x9B1C40) is known color: Lipstick. HEX triplet: 9B, 1C and 40. RGB value is (155,28,64). Sum of RGB (Red+Green+Blue) = 155+28+64=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C40 is #64E3BF. Grayscale: #464646. Windows color (decimal): -6611904 or 4201627. OLE color: 4201627.
HSL color Cylindrical-coordinate representation of color #9B1C40: hue angle of 342.99º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C40 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 64 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.39 |
| HSL | 342.99º | 0.69% | 0.36% | - |
| HSV(B) | 342.99º | 0.82% | 0.61% | - |
| XYZ | 14.86 | 8.17 | 5.64 | - |
| YUV | 70.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 64 | 0 | 0.82 | 0.59 | 0.39 | 342.99 | 0.69 | 0.36 |
| Hex | 9B | 1C | 40 | 0 | 52 | 3B | 27 | 157 | 45 | 24 |
| Octal | 233 | 34 | 100 | 0 | 122 | 73 | 47 | 527 | 105 | 44 |
| Binary | 10011011 | 11100 | 1000000 | 0 | 1010010 | 111011 | 100111 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9B1C40
Complementary color
Monochromatic Colors of #9B1C40
Black with #9B1C40
Text Example
Text Example
White with #9B1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C40; }
p { color: rgb(155,28,64); }
H1.HeaderClassName
{
color: #9B1C40;
}
.AnyTagClassName
{
color: #9B1C40;
}
</style>
background-color css
<style>
a { background-color: #9B1C40; }
a { background-color: rgb(155,28,64); }
div.DivClassName
{
background-color: #9B1C40;
}
.BgClassName
{
background-color: #9B1C40;
}
</style>
border-color css
<style>
span { border-color: #9B1C40; }
span { border-color: rgb(155,28,64); }
td.TdClassName
{
border-color: #9B1C40;
}
.TagClassName
{
border-color: #9B1C40;
}
</style>