Shades of Lipstick #9B2452
Tints of Lipstick #9B2452
RGB
CMYK
RGB Variations
Color information
#9B2452 (or 0x9B2452) is known color: Lipstick. HEX triplet: 9B, 24 and 52. RGB value is (155,36,82). Sum of RGB (Red+Green+Blue) = 155+36+82=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2452 is #64DBAD. Grayscale: #4C4C4C. Windows color (decimal): -6609838 or 5383323. OLE color: 5383323.
HSL color Cylindrical-coordinate representation of color #9B2452: hue angle of 336.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2452 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 82 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.39 |
| HSL | 336.81º | 0.62% | 0.37% | - |
| HSV(B) | 336.81º | 0.77% | 0.61% | - |
| XYZ | 15.67 | 8.84 | 8.86 | - |
| YUV | 76.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 82 | 0 | 0.77 | 0.47 | 0.39 | 336.81 | 0.62 | 0.37 |
| Hex | 9B | 24 | 52 | 0 | 4D | 2F | 27 | 151 | 3E | 25 |
| Octal | 233 | 44 | 122 | 0 | 115 | 57 | 47 | 521 | 76 | 45 |
| Binary | 10011011 | 100100 | 1010010 | 0 | 1001101 | 101111 | 100111 | 101010001 | 111110 | 100101 |
Color Harmonies of #9B2452
Complementary color
Monochromatic Colors of #9B2452
Black with #9B2452
Text Example
Text Example
White with #9B2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2452; }
p { color: rgb(155,36,82); }
H1.HeaderClassName
{
color: #9B2452;
}
.AnyTagClassName
{
color: #9B2452;
}
</style>
background-color css
<style>
a { background-color: #9B2452; }
a { background-color: rgb(155,36,82); }
div.DivClassName
{
background-color: #9B2452;
}
.BgClassName
{
background-color: #9B2452;
}
</style>
border-color css
<style>
span { border-color: #9B2452; }
span { border-color: rgb(155,36,82); }
td.TdClassName
{
border-color: #9B2452;
}
.TagClassName
{
border-color: #9B2452;
}
</style>