Shades of Lipstick #9D183F
Tints of Lipstick #9D183F
RGB
CMYK
RGB Variations
Color information
#9D183F (or 0x9D183F) is known color: Lipstick. HEX triplet: 9D, 18 and 3F. RGB value is (157,24,63). Sum of RGB (Red+Green+Blue) = 157+24+63=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D183F is #62E7C0. Grayscale: #444444. Windows color (decimal): -6481857 or 4135069. OLE color: 4135069.
HSL color Cylindrical-coordinate representation of color #9D183F: hue angle of 342.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D183F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 63 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.38 |
| HSL | 342.41º | 0.73% | 0.35% | - |
| HSV(B) | 342.41º | 0.85% | 0.62% | - |
| XYZ | 15.13 | 8.18 | 5.48 | - |
| YUV | 68.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 63 | 0 | 0.85 | 0.60 | 0.38 | 342.41 | 0.73 | 0.35 |
| Hex | 9D | 18 | 3F | 0 | 55 | 3C | 26 | 156 | 49 | 23 |
| Octal | 235 | 30 | 77 | 0 | 125 | 74 | 46 | 526 | 111 | 43 |
| Binary | 10011101 | 11000 | 111111 | 0 | 1010101 | 111100 | 100110 | 101010110 | 1001001 | 100011 |
Color Harmonies of #9D183F
Complementary color
Monochromatic Colors of #9D183F
Black with #9D183F
Text Example
Text Example
White with #9D183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D183F; }
p { color: rgb(157,24,63); }
H1.HeaderClassName
{
color: #9D183F;
}
.AnyTagClassName
{
color: #9D183F;
}
</style>
background-color css
<style>
a { background-color: #9D183F; }
a { background-color: rgb(157,24,63); }
div.DivClassName
{
background-color: #9D183F;
}
.BgClassName
{
background-color: #9D183F;
}
</style>
border-color css
<style>
span { border-color: #9D183F; }
span { border-color: rgb(157,24,63); }
td.TdClassName
{
border-color: #9D183F;
}
.TagClassName
{
border-color: #9D183F;
}
</style>