Shades of Lipstick #9B1C41
Tints of Lipstick #9B1C41
RGB
CMYK
RGB Variations
Color information
#9B1C41 (or 0x9B1C41) is known color: Lipstick. HEX triplet: 9B, 1C and 41. RGB value is (155,28,65). Sum of RGB (Red+Green+Blue) = 155+28+65=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C41 is #64E3BE. Grayscale: #464646. Windows color (decimal): -6611903 or 4267163. OLE color: 4267163.
HSL color Cylindrical-coordinate representation of color #9B1C41: hue angle of 342.52º 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 #9B1C41 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 65 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.39 |
| HSL | 342.52º | 0.69% | 0.36% | - |
| HSV(B) | 342.52º | 0.82% | 0.61% | - |
| XYZ | 14.89 | 8.18 | 5.8 | - |
| YUV | 70.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 65 | 0 | 0.82 | 0.58 | 0.39 | 342.52 | 0.69 | 0.36 |
| Hex | 9B | 1C | 41 | 0 | 52 | 3A | 27 | 157 | 45 | 24 |
| Octal | 233 | 34 | 101 | 0 | 122 | 72 | 47 | 527 | 105 | 44 |
| Binary | 10011011 | 11100 | 1000001 | 0 | 1010010 | 111010 | 100111 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9B1C41
Complementary color
Monochromatic Colors of #9B1C41
Black with #9B1C41
Text Example
Text Example
White with #9B1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C41; }
p { color: rgb(155,28,65); }
H1.HeaderClassName
{
color: #9B1C41;
}
.AnyTagClassName
{
color: #9B1C41;
}
</style>
background-color css
<style>
a { background-color: #9B1C41; }
a { background-color: rgb(155,28,65); }
div.DivClassName
{
background-color: #9B1C41;
}
.BgClassName
{
background-color: #9B1C41;
}
</style>
border-color css
<style>
span { border-color: #9B1C41; }
span { border-color: rgb(155,28,65); }
td.TdClassName
{
border-color: #9B1C41;
}
.TagClassName
{
border-color: #9B1C41;
}
</style>