Shades of Lipstick #9D266C
Tints of Lipstick #9D266C
RGB
CMYK
RGB Variations
Color information
#9D266C (or 0x9D266C) is known color: Lipstick. HEX triplet: 9D, 26 and 6C. RGB value is (157,38,108). Sum of RGB (Red+Green+Blue) = 157+38+108=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D266C is #62D993. Grayscale: #515151. Windows color (decimal): -6478228 or 7087773. OLE color: 7087773.
HSL color Cylindrical-coordinate representation of color #9D266C: hue angle of 324.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D266C is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 108 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.38 |
| HSL | 324.71º | 0.61% | 0.38% | - |
| HSV(B) | 324.71º | 0.76% | 0.62% | - |
| XYZ | 17.3 | 9.64 | 15.14 | - |
| YUV | 81.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 108 | 0 | 0.76 | 0.31 | 0.38 | 324.71 | 0.61 | 0.38 |
| Hex | 9D | 26 | 6C | 0 | 4C | 1F | 26 | 145 | 3D | 26 |
| Octal | 235 | 46 | 154 | 0 | 114 | 37 | 46 | 505 | 75 | 46 |
| Binary | 10011101 | 100110 | 1101100 | 0 | 1001100 | 11111 | 100110 | 101000101 | 111101 | 100110 |
Color Harmonies of #9D266C
Complementary color
Monochromatic Colors of #9D266C
Black with #9D266C
Text Example
Text Example
White with #9D266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D266C; }
p { color: rgb(157,38,108); }
H1.HeaderClassName
{
color: #9D266C;
}
.AnyTagClassName
{
color: #9D266C;
}
</style>
background-color css
<style>
a { background-color: #9D266C; }
a { background-color: rgb(157,38,108); }
div.DivClassName
{
background-color: #9D266C;
}
.BgClassName
{
background-color: #9D266C;
}
</style>
border-color css
<style>
span { border-color: #9D266C; }
span { border-color: rgb(157,38,108); }
td.TdClassName
{
border-color: #9D266C;
}
.TagClassName
{
border-color: #9D266C;
}
</style>