Shades of Lipstick #9B173F
Tints of Lipstick #9B173F
RGB
CMYK
RGB Variations
Color information
#9B173F (or 0x9B173F) is known color: Lipstick. HEX triplet: 9B, 17 and 3F. RGB value is (155,23,63). Sum of RGB (Red+Green+Blue) = 155+23+63=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B173F is #64E8C0. Grayscale: #434343. Windows color (decimal): -6613185 or 4134811. OLE color: 4134811.
HSL color Cylindrical-coordinate representation of color #9B173F: hue angle of 341.82º degrees, saturation: 0.74, 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 #9B173F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 63 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.39 |
| HSL | 341.82º | 0.74% | 0.35% | - |
| HSV(B) | 341.82º | 0.85% | 0.61% | - |
| XYZ | 14.72 | 7.94 | 5.46 | - |
| YUV | 67.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 63 | 0 | 0.85 | 0.59 | 0.39 | 341.82 | 0.74 | 0.35 |
| Hex | 9B | 17 | 3F | 0 | 55 | 3B | 27 | 156 | 4A | 23 |
| Octal | 233 | 27 | 77 | 0 | 125 | 73 | 47 | 526 | 112 | 43 |
| Binary | 10011011 | 10111 | 111111 | 0 | 1010101 | 111011 | 100111 | 101010110 | 1001010 | 100011 |
Color Harmonies of #9B173F
Complementary color
Monochromatic Colors of #9B173F
Black with #9B173F
Text Example
Text Example
White with #9B173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B173F; }
p { color: rgb(155,23,63); }
H1.HeaderClassName
{
color: #9B173F;
}
.AnyTagClassName
{
color: #9B173F;
}
</style>
background-color css
<style>
a { background-color: #9B173F; }
a { background-color: rgb(155,23,63); }
div.DivClassName
{
background-color: #9B173F;
}
.BgClassName
{
background-color: #9B173F;
}
</style>
border-color css
<style>
span { border-color: #9B173F; }
span { border-color: rgb(155,23,63); }
td.TdClassName
{
border-color: #9B173F;
}
.TagClassName
{
border-color: #9B173F;
}
</style>