Shades of Lipstick #9B2245
Tints of Lipstick #9B2245
RGB
CMYK
RGB Variations
Color information
#9B2245 (or 0x9B2245) is known color: Lipstick. HEX triplet: 9B, 22 and 45. RGB value is (155,34,69). Sum of RGB (Red+Green+Blue) = 155+34+69=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2245 is #64DDBA. Grayscale: #4A4A4A. Windows color (decimal): -6610363 or 4530843. OLE color: 4530843.
HSL color Cylindrical-coordinate representation of color #9B2245: hue angle of 342.64º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2245 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 69 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.39 |
| HSL | 342.64º | 0.64% | 0.37% | - |
| HSV(B) | 342.64º | 0.78% | 0.61% | - |
| XYZ | 15.16 | 8.54 | 6.48 | - |
| YUV | 74.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 69 | 0 | 0.78 | 0.55 | 0.39 | 342.64 | 0.64 | 0.37 |
| Hex | 9B | 22 | 45 | 0 | 4E | 37 | 27 | 157 | 40 | 25 |
| Octal | 233 | 42 | 105 | 0 | 116 | 67 | 47 | 527 | 100 | 45 |
| Binary | 10011011 | 100010 | 1000101 | 0 | 1001110 | 110111 | 100111 | 101010111 | 1000000 | 100101 |
Color Harmonies of #9B2245
Complementary color
Monochromatic Colors of #9B2245
Black with #9B2245
Text Example
Text Example
White with #9B2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2245; }
p { color: rgb(155,34,69); }
H1.HeaderClassName
{
color: #9B2245;
}
.AnyTagClassName
{
color: #9B2245;
}
</style>
background-color css
<style>
a { background-color: #9B2245; }
a { background-color: rgb(155,34,69); }
div.DivClassName
{
background-color: #9B2245;
}
.BgClassName
{
background-color: #9B2245;
}
</style>
border-color css
<style>
span { border-color: #9B2245; }
span { border-color: rgb(155,34,69); }
td.TdClassName
{
border-color: #9B2245;
}
.TagClassName
{
border-color: #9B2245;
}
</style>