Shades of Lipstick #9B2C4C
Tints of Lipstick #9B2C4C
RGB
CMYK
RGB Variations
Color information
#9B2C4C (or 0x9B2C4C) is known color: Lipstick. HEX triplet: 9B, 2C and 4C. RGB value is (155,44,76). Sum of RGB (Red+Green+Blue) = 155+44+76=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C4C is #64D3B3. Grayscale: #505050. Windows color (decimal): -6607796 or 4992155. OLE color: 4992155.
HSL color Cylindrical-coordinate representation of color #9B2C4C: hue angle of 342.7º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C4C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 44 | 76 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.39 |
| HSL | 342.7º | 0.56% | 0.39% | - |
| HSV(B) | 342.7º | 0.72% | 0.61% | - |
| XYZ | 15.72 | 9.29 | 7.8 | - |
| YUV | 80.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 76 | 0 | 0.72 | 0.51 | 0.39 | 342.7 | 0.56 | 0.39 |
| Hex | 9B | 2C | 4C | 0 | 48 | 33 | 27 | 157 | 38 | 27 |
| Octal | 233 | 54 | 114 | 0 | 110 | 63 | 47 | 527 | 70 | 47 |
| Binary | 10011011 | 101100 | 1001100 | 0 | 1001000 | 110011 | 100111 | 101010111 | 111000 | 100111 |
Color Harmonies of #9B2C4C
Complementary color
Monochromatic Colors of #9B2C4C
Black with #9B2C4C
Text Example
Text Example
White with #9B2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2C4C; }
p { color: rgb(155,44,76); }
H1.HeaderClassName
{
color: #9B2C4C;
}
.AnyTagClassName
{
color: #9B2C4C;
}
</style>
background-color css
<style>
a { background-color: #9B2C4C; }
a { background-color: rgb(155,44,76); }
div.DivClassName
{
background-color: #9B2C4C;
}
.BgClassName
{
background-color: #9B2C4C;
}
</style>
border-color css
<style>
span { border-color: #9B2C4C; }
span { border-color: rgb(155,44,76); }
td.TdClassName
{
border-color: #9B2C4C;
}
.TagClassName
{
border-color: #9B2C4C;
}
</style>