Shades of Lipstick #9B2D4A
Tints of Lipstick #9B2D4A
RGB
CMYK
RGB Variations
Color information
#9B2D4A (or 0x9B2D4A) is known color: Lipstick. HEX triplet: 9B, 2D and 4A. RGB value is (155,45,74). Sum of RGB (Red+Green+Blue) = 155+45+74=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D4A is #64D2B5. Grayscale: #515151. Windows color (decimal): -6607542 or 4861339. OLE color: 4861339.
HSL color Cylindrical-coordinate representation of color #9B2D4A: hue angle of 344.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D4A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 74 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.39 |
| HSL | 344.18º | 0.55% | 0.39% | - |
| HSV(B) | 344.18º | 0.71% | 0.61% | - |
| XYZ | 15.69 | 9.34 | 7.45 | - |
| YUV | 81.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 74 | 0 | 0.71 | 0.52 | 0.39 | 344.18 | 0.55 | 0.39 |
| Hex | 9B | 2D | 4A | 0 | 47 | 34 | 27 | 158 | 37 | 27 |
| Octal | 233 | 55 | 112 | 0 | 107 | 64 | 47 | 530 | 67 | 47 |
| Binary | 10011011 | 101101 | 1001010 | 0 | 1000111 | 110100 | 100111 | 101011000 | 110111 | 100111 |
Color Harmonies of #9B2D4A
Complementary color
Monochromatic Colors of #9B2D4A
Black with #9B2D4A
Text Example
Text Example
White with #9B2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D4A; }
p { color: rgb(155,45,74); }
H1.HeaderClassName
{
color: #9B2D4A;
}
.AnyTagClassName
{
color: #9B2D4A;
}
</style>
background-color css
<style>
a { background-color: #9B2D4A; }
a { background-color: rgb(155,45,74); }
div.DivClassName
{
background-color: #9B2D4A;
}
.BgClassName
{
background-color: #9B2D4A;
}
</style>
border-color css
<style>
span { border-color: #9B2D4A; }
span { border-color: rgb(155,45,74); }
td.TdClassName
{
border-color: #9B2D4A;
}
.TagClassName
{
border-color: #9B2D4A;
}
</style>