Shades of Lipstick #9C1F42
Tints of Lipstick #9C1F42
RGB
CMYK
RGB Variations
Color information
#9C1F42 (or 0x9C1F42) is known color: Lipstick. HEX triplet: 9C, 1F and 42. RGB value is (156,31,66). Sum of RGB (Red+Green+Blue) = 156+31+66=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1F42 is #63E0BD. Grayscale: #484848. Windows color (decimal): -6545598 or 4333468. OLE color: 4333468.
HSL color Cylindrical-coordinate representation of color #9C1F42: hue angle of 343.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F42 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 31 | 66 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.39 |
| HSL | 343.2º | 0.67% | 0.37% | - |
| HSV(B) | 343.2º | 0.8% | 0.61% | - |
| XYZ | 15.18 | 8.44 | 5.98 | - |
| YUV | 72.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 31 | 66 | 0 | 0.80 | 0.58 | 0.39 | 343.2 | 0.67 | 0.37 |
| Hex | 9C | 1F | 42 | 0 | 50 | 3A | 27 | 157 | 43 | 25 |
| Octal | 234 | 37 | 102 | 0 | 120 | 72 | 47 | 527 | 103 | 45 |
| Binary | 10011100 | 11111 | 1000010 | 0 | 1010000 | 111010 | 100111 | 101010111 | 1000011 | 100101 |
Color Harmonies of #9C1F42
Complementary color
Monochromatic Colors of #9C1F42
Black with #9C1F42
Text Example
Text Example
White with #9C1F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1F42; }
p { color: rgb(156,31,66); }
H1.HeaderClassName
{
color: #9C1F42;
}
.AnyTagClassName
{
color: #9C1F42;
}
</style>
background-color css
<style>
a { background-color: #9C1F42; }
a { background-color: rgb(156,31,66); }
div.DivClassName
{
background-color: #9C1F42;
}
.BgClassName
{
background-color: #9C1F42;
}
</style>
border-color css
<style>
span { border-color: #9C1F42; }
span { border-color: rgb(156,31,66); }
td.TdClassName
{
border-color: #9C1F42;
}
.TagClassName
{
border-color: #9C1F42;
}
</style>