Shades of Lipstick #9B1A40
Tints of Lipstick #9B1A40
RGB
CMYK
RGB Variations
Color information
#9B1A40 (or 0x9B1A40) is known color: Lipstick. HEX triplet: 9B, 1A and 40. RGB value is (155,26,64). Sum of RGB (Red+Green+Blue) = 155+26+64=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A40 is #64E5BF. Grayscale: #444444. Windows color (decimal): -6612416 or 4201115. OLE color: 4201115.
HSL color Cylindrical-coordinate representation of color #9B1A40: hue angle of 342.33º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A40 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 64 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.39 |
| HSL | 342.33º | 0.71% | 0.35% | - |
| HSV(B) | 342.33º | 0.83% | 0.61% | - |
| XYZ | 14.81 | 8.08 | 5.63 | - |
| YUV | 68.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 64 | 0 | 0.83 | 0.59 | 0.39 | 342.33 | 0.71 | 0.35 |
| Hex | 9B | 1A | 40 | 0 | 53 | 3B | 27 | 156 | 47 | 23 |
| Octal | 233 | 32 | 100 | 0 | 123 | 73 | 47 | 526 | 107 | 43 |
| Binary | 10011011 | 11010 | 1000000 | 0 | 1010011 | 111011 | 100111 | 101010110 | 1000111 | 100011 |
Color Harmonies of #9B1A40
Complementary color
Monochromatic Colors of #9B1A40
Black with #9B1A40
Text Example
Text Example
White with #9B1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A40; }
p { color: rgb(155,26,64); }
H1.HeaderClassName
{
color: #9B1A40;
}
.AnyTagClassName
{
color: #9B1A40;
}
</style>
background-color css
<style>
a { background-color: #9B1A40; }
a { background-color: rgb(155,26,64); }
div.DivClassName
{
background-color: #9B1A40;
}
.BgClassName
{
background-color: #9B1A40;
}
</style>
border-color css
<style>
span { border-color: #9B1A40; }
span { border-color: rgb(155,26,64); }
td.TdClassName
{
border-color: #9B1A40;
}
.TagClassName
{
border-color: #9B1A40;
}
</style>