Shades of Lipstick #9C1B45
Tints of Lipstick #9C1B45
RGB
CMYK
RGB Variations
Color information
#9C1B45 (or 0x9C1B45) is known color: Lipstick. HEX triplet: 9C, 1B and 45. RGB value is (156,27,69). Sum of RGB (Red+Green+Blue) = 156+27+69=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B45 is #63E4BA. Grayscale: #464646. Windows color (decimal): -6546619 or 4529052. OLE color: 4529052.
HSL color Cylindrical-coordinate representation of color #9C1B45: hue angle of 340.47º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B45 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 69 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.39 |
| HSL | 340.47º | 0.7% | 0.36% | - |
| HSV(B) | 340.47º | 0.83% | 0.61% | - |
| XYZ | 15.18 | 8.28 | 6.43 | - |
| YUV | 70.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 69 | 0 | 0.83 | 0.56 | 0.39 | 340.47 | 0.7 | 0.36 |
| Hex | 9C | 1B | 45 | 0 | 53 | 38 | 27 | 154 | 46 | 24 |
| Octal | 234 | 33 | 105 | 0 | 123 | 70 | 47 | 524 | 106 | 44 |
| Binary | 10011100 | 11011 | 1000101 | 0 | 1010011 | 111000 | 100111 | 101010100 | 1000110 | 100100 |
Color Harmonies of #9C1B45
Complementary color
Monochromatic Colors of #9C1B45
Black with #9C1B45
Text Example
Text Example
White with #9C1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B45; }
p { color: rgb(156,27,69); }
H1.HeaderClassName
{
color: #9C1B45;
}
.AnyTagClassName
{
color: #9C1B45;
}
</style>
background-color css
<style>
a { background-color: #9C1B45; }
a { background-color: rgb(156,27,69); }
div.DivClassName
{
background-color: #9C1B45;
}
.BgClassName
{
background-color: #9C1B45;
}
</style>
border-color css
<style>
span { border-color: #9C1B45; }
span { border-color: rgb(156,27,69); }
td.TdClassName
{
border-color: #9C1B45;
}
.TagClassName
{
border-color: #9C1B45;
}
</style>