Shades of Lipstick #9B2552
Tints of Lipstick #9B2552
RGB
CMYK
RGB Variations
Color information
#9B2552 (or 0x9B2552) is known color: Lipstick. HEX triplet: 9B, 25 and 52. RGB value is (155,37,82). Sum of RGB (Red+Green+Blue) = 155+37+82=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2552 is #64DAAD. Grayscale: #4D4D4D. Windows color (decimal): -6609582 or 5383579. OLE color: 5383579.
HSL color Cylindrical-coordinate representation of color #9B2552: hue angle of 337.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2552 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 82 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.39 |
| HSL | 337.12º | 0.61% | 0.38% | - |
| HSV(B) | 337.12º | 0.76% | 0.61% | - |
| XYZ | 15.7 | 8.9 | 8.87 | - |
| YUV | 77.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 82 | 0 | 0.76 | 0.47 | 0.39 | 337.12 | 0.61 | 0.38 |
| Hex | 9B | 25 | 52 | 0 | 4C | 2F | 27 | 151 | 3D | 26 |
| Octal | 233 | 45 | 122 | 0 | 114 | 57 | 47 | 521 | 75 | 46 |
| Binary | 10011011 | 100101 | 1010010 | 0 | 1001100 | 101111 | 100111 | 101010001 | 111101 | 100110 |
Color Harmonies of #9B2552
Complementary color
Monochromatic Colors of #9B2552
Black with #9B2552
Text Example
Text Example
White with #9B2552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2552; }
p { color: rgb(155,37,82); }
H1.HeaderClassName
{
color: #9B2552;
}
.AnyTagClassName
{
color: #9B2552;
}
</style>
background-color css
<style>
a { background-color: #9B2552; }
a { background-color: rgb(155,37,82); }
div.DivClassName
{
background-color: #9B2552;
}
.BgClassName
{
background-color: #9B2552;
}
</style>
border-color css
<style>
span { border-color: #9B2552; }
span { border-color: rgb(155,37,82); }
td.TdClassName
{
border-color: #9B2552;
}
.TagClassName
{
border-color: #9B2552;
}
</style>