Shades of Lipstick #9D1A4F
Tints of Lipstick #9D1A4F
RGB
CMYK
RGB Variations
Color information
#9D1A4F (or 0x9D1A4F) is known color: Lipstick. HEX triplet: 9D, 1A and 4F. RGB value is (157,26,79). Sum of RGB (Red+Green+Blue) = 157+26+79=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A4F is #62E5B0. Grayscale: #474747. Windows color (decimal): -6481329 or 5184157. OLE color: 5184157.
HSL color Cylindrical-coordinate representation of color #9D1A4F: hue angle of 335.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A4F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 79 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.38 |
| HSL | 335.73º | 0.72% | 0.36% | - |
| HSV(B) | 335.73º | 0.83% | 0.62% | - |
| XYZ | 15.69 | 8.47 | 8.21 | - |
| YUV | 71.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 79 | 0 | 0.83 | 0.50 | 0.38 | 335.73 | 0.72 | 0.36 |
| Hex | 9D | 1A | 4F | 0 | 53 | 32 | 26 | 150 | 48 | 24 |
| Octal | 235 | 32 | 117 | 0 | 123 | 62 | 46 | 520 | 110 | 44 |
| Binary | 10011101 | 11010 | 1001111 | 0 | 1010011 | 110010 | 100110 | 101010000 | 1001000 | 100100 |
Color Harmonies of #9D1A4F
Complementary color
Monochromatic Colors of #9D1A4F
Black with #9D1A4F
Text Example
Text Example
White with #9D1A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A4F; }
p { color: rgb(157,26,79); }
H1.HeaderClassName
{
color: #9D1A4F;
}
.AnyTagClassName
{
color: #9D1A4F;
}
</style>
background-color css
<style>
a { background-color: #9D1A4F; }
a { background-color: rgb(157,26,79); }
div.DivClassName
{
background-color: #9D1A4F;
}
.BgClassName
{
background-color: #9D1A4F;
}
</style>
border-color css
<style>
span { border-color: #9D1A4F; }
span { border-color: rgb(157,26,79); }
td.TdClassName
{
border-color: #9D1A4F;
}
.TagClassName
{
border-color: #9D1A4F;
}
</style>