Shades of Lipstick #9B2D4B
Tints of Lipstick #9B2D4B
RGB
CMYK
RGB Variations
Color information
#9B2D4B (or 0x9B2D4B) is known color: Lipstick. HEX triplet: 9B, 2D and 4B. RGB value is (155,45,75). Sum of RGB (Red+Green+Blue) = 155+45+75=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D4B is #64D2B4. Grayscale: #515151. Windows color (decimal): -6607541 or 4926875. OLE color: 4926875.
HSL color Cylindrical-coordinate representation of color #9B2D4B: hue angle of 343.64º 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 #9B2D4B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 75 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.39 |
| HSL | 343.64º | 0.55% | 0.39% | - |
| HSV(B) | 343.64º | 0.71% | 0.61% | - |
| XYZ | 15.73 | 9.35 | 7.63 | - |
| YUV | 81.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 75 | 0 | 0.71 | 0.52 | 0.39 | 343.64 | 0.55 | 0.39 |
| Hex | 9B | 2D | 4B | 0 | 47 | 34 | 27 | 158 | 37 | 27 |
| Octal | 233 | 55 | 113 | 0 | 107 | 64 | 47 | 530 | 67 | 47 |
| Binary | 10011011 | 101101 | 1001011 | 0 | 1000111 | 110100 | 100111 | 101011000 | 110111 | 100111 |
Color Harmonies of #9B2D4B
Complementary color
Monochromatic Colors of #9B2D4B
Black with #9B2D4B
Text Example
Text Example
White with #9B2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D4B; }
p { color: rgb(155,45,75); }
H1.HeaderClassName
{
color: #9B2D4B;
}
.AnyTagClassName
{
color: #9B2D4B;
}
</style>
background-color css
<style>
a { background-color: #9B2D4B; }
a { background-color: rgb(155,45,75); }
div.DivClassName
{
background-color: #9B2D4B;
}
.BgClassName
{
background-color: #9B2D4B;
}
</style>
border-color css
<style>
span { border-color: #9B2D4B; }
span { border-color: rgb(155,45,75); }
td.TdClassName
{
border-color: #9B2D4B;
}
.TagClassName
{
border-color: #9B2D4B;
}
</style>