Shades of Lipstick #9B1C55
Tints of Lipstick #9B1C55
RGB
CMYK
RGB Variations
Color information
#9B1C55 (or 0x9B1C55) is known color: Lipstick. HEX triplet: 9B, 1C and 55. RGB value is (155,28,85). Sum of RGB (Red+Green+Blue) = 155+28+85=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C55 is #64E3AA. Grayscale: #484848. Windows color (decimal): -6611883 or 5577883. OLE color: 5577883.
HSL color Cylindrical-coordinate representation of color #9B1C55: hue angle of 333.07º 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 #9B1C55 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 85 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.39 |
| HSL | 333.07º | 0.69% | 0.36% | - |
| HSV(B) | 333.07º | 0.82% | 0.61% | - |
| XYZ | 15.57 | 8.45 | 9.41 | - |
| YUV | 72.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 85 | 0 | 0.82 | 0.45 | 0.39 | 333.07 | 0.69 | 0.36 |
| Hex | 9B | 1C | 55 | 0 | 52 | 2D | 27 | 14D | 45 | 24 |
| Octal | 233 | 34 | 125 | 0 | 122 | 55 | 47 | 515 | 105 | 44 |
| Binary | 10011011 | 11100 | 1010101 | 0 | 1010010 | 101101 | 100111 | 101001101 | 1000101 | 100100 |
Color Harmonies of #9B1C55
Complementary color
Monochromatic Colors of #9B1C55
Black with #9B1C55
Text Example
Text Example
White with #9B1C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C55; }
p { color: rgb(155,28,85); }
H1.HeaderClassName
{
color: #9B1C55;
}
.AnyTagClassName
{
color: #9B1C55;
}
</style>
background-color css
<style>
a { background-color: #9B1C55; }
a { background-color: rgb(155,28,85); }
div.DivClassName
{
background-color: #9B1C55;
}
.BgClassName
{
background-color: #9B1C55;
}
</style>
border-color css
<style>
span { border-color: #9B1C55; }
span { border-color: rgb(155,28,85); }
td.TdClassName
{
border-color: #9B1C55;
}
.TagClassName
{
border-color: #9B1C55;
}
</style>