Shades of Lipstick #9D1A42
Tints of Lipstick #9D1A42
RGB
CMYK
RGB Variations
Color information
#9D1A42 (or 0x9D1A42) is known color: Lipstick. HEX triplet: 9D, 1A and 42. RGB value is (157,26,66). Sum of RGB (Red+Green+Blue) = 157+26+66=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1A42 is #62E5BD. Grayscale: #454545. Windows color (decimal): -6481342 or 4332189. OLE color: 4332189.
HSL color Cylindrical-coordinate representation of color #9D1A42: hue angle of 341.68º 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 #9D1A42 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 66 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.38 |
| HSL | 341.68º | 0.72% | 0.36% | - |
| HSV(B) | 341.68º | 0.83% | 0.62% | - |
| XYZ | 15.26 | 8.3 | 5.95 | - |
| YUV | 69.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 66 | 0 | 0.83 | 0.58 | 0.38 | 341.68 | 0.72 | 0.36 |
| Hex | 9D | 1A | 42 | 0 | 53 | 3A | 26 | 156 | 48 | 24 |
| Octal | 235 | 32 | 102 | 0 | 123 | 72 | 46 | 526 | 110 | 44 |
| Binary | 10011101 | 11010 | 1000010 | 0 | 1010011 | 111010 | 100110 | 101010110 | 1001000 | 100100 |
Color Harmonies of #9D1A42
Complementary color
Monochromatic Colors of #9D1A42
Black with #9D1A42
Text Example
Text Example
White with #9D1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A42; }
p { color: rgb(157,26,66); }
H1.HeaderClassName
{
color: #9D1A42;
}
.AnyTagClassName
{
color: #9D1A42;
}
</style>
background-color css
<style>
a { background-color: #9D1A42; }
a { background-color: rgb(157,26,66); }
div.DivClassName
{
background-color: #9D1A42;
}
.BgClassName
{
background-color: #9D1A42;
}
</style>
border-color css
<style>
span { border-color: #9D1A42; }
span { border-color: rgb(157,26,66); }
td.TdClassName
{
border-color: #9D1A42;
}
.TagClassName
{
border-color: #9D1A42;
}
</style>