Shades of Lipstick #9B184C
Tints of Lipstick #9B184C
RGB
CMYK
RGB Variations
Color information
#9B184C (or 0x9B184C) is known color: Lipstick. HEX triplet: 9B, 18 and 4C. RGB value is (155,24,76). Sum of RGB (Red+Green+Blue) = 155+24+76=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B184C is #64E7B3. Grayscale: #454545. Windows color (decimal): -6612916 or 4987035. OLE color: 4987035.
HSL color Cylindrical-coordinate representation of color #9B184C: hue angle of 336.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B184C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 76 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.39 |
| HSL | 336.18º | 0.73% | 0.35% | - |
| HSV(B) | 336.18º | 0.85% | 0.61% | - |
| XYZ | 15.15 | 8.14 | 7.61 | - |
| YUV | 69.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 76 | 0 | 0.85 | 0.51 | 0.39 | 336.18 | 0.73 | 0.35 |
| Hex | 9B | 18 | 4C | 0 | 55 | 33 | 27 | 150 | 49 | 23 |
| Octal | 233 | 30 | 114 | 0 | 125 | 63 | 47 | 520 | 111 | 43 |
| Binary | 10011011 | 11000 | 1001100 | 0 | 1010101 | 110011 | 100111 | 101010000 | 1001001 | 100011 |
Color Harmonies of #9B184C
Complementary color
Monochromatic Colors of #9B184C
Black with #9B184C
Text Example
Text Example
White with #9B184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B184C; }
p { color: rgb(155,24,76); }
H1.HeaderClassName
{
color: #9B184C;
}
.AnyTagClassName
{
color: #9B184C;
}
</style>
background-color css
<style>
a { background-color: #9B184C; }
a { background-color: rgb(155,24,76); }
div.DivClassName
{
background-color: #9B184C;
}
.BgClassName
{
background-color: #9B184C;
}
</style>
border-color css
<style>
span { border-color: #9B184C; }
span { border-color: rgb(155,24,76); }
td.TdClassName
{
border-color: #9B184C;
}
.TagClassName
{
border-color: #9B184C;
}
</style>