Shades of Lipstick #9C0F3E
Tints of Lipstick #9C0F3E
RGB
CMYK
RGB Variations
Color information
#9C0F3E (or 0x9C0F3E) is known color: Lipstick. HEX triplet: 9C, 0F and 3E. RGB value is (156,15,62). Sum of RGB (Red+Green+Blue) = 156+15+62=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F3E is #63F0C1. Grayscale: #3E3E3E. Windows color (decimal): -6549698 or 4067228. OLE color: 4067228.
HSL color Cylindrical-coordinate representation of color #9C0F3E: hue angle of 340º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F3E is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 62 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.39 |
| HSL | 340º | 0.82% | 0.34% | - |
| HSV(B) | 340º | 0.9% | 0.61% | - |
| XYZ | 14.75 | 7.76 | 5.28 | - |
| YUV | 62.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 62 | 0 | 0.90 | 0.60 | 0.39 | 340 | 0.82 | 0.34 |
| Hex | 9C | F | 3E | 0 | 5A | 3C | 27 | 154 | 52 | 22 |
| Octal | 234 | 17 | 76 | 0 | 132 | 74 | 47 | 524 | 122 | 42 |
| Binary | 10011100 | 1111 | 111110 | 0 | 1011010 | 111100 | 100111 | 101010100 | 1010010 | 100010 |
Color Harmonies of #9C0F3E
Complementary color
Monochromatic Colors of #9C0F3E
Black with #9C0F3E
Text Example
Text Example
White with #9C0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F3E; }
p { color: rgb(156,15,62); }
H1.HeaderClassName
{
color: #9C0F3E;
}
.AnyTagClassName
{
color: #9C0F3E;
}
</style>
background-color css
<style>
a { background-color: #9C0F3E; }
a { background-color: rgb(156,15,62); }
div.DivClassName
{
background-color: #9C0F3E;
}
.BgClassName
{
background-color: #9C0F3E;
}
</style>
border-color css
<style>
span { border-color: #9C0F3E; }
span { border-color: rgb(156,15,62); }
td.TdClassName
{
border-color: #9C0F3E;
}
.TagClassName
{
border-color: #9C0F3E;
}
</style>