Shades of Lipstick #9B3353
Tints of Lipstick #9B3353
RGB
CMYK
RGB Variations
Color information
#9B3353 (or 0x9B3353) is known color: Lipstick. HEX triplet: 9B, 33 and 53. RGB value is (155,51,83). Sum of RGB (Red+Green+Blue) = 155+51+83=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3353 is #64CCAC. Grayscale: #555555. Windows color (decimal): -6605997 or 5452699. OLE color: 5452699.
HSL color Cylindrical-coordinate representation of color #9B3353: hue angle of 341.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3353 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 83 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.39 |
| HSL | 341.54º | 0.5% | 0.4% | - |
| HSV(B) | 341.54º | 0.67% | 0.61% | - |
| XYZ | 16.26 | 9.96 | 9.25 | - |
| YUV | 85.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 83 | 0 | 0.67 | 0.46 | 0.39 | 341.54 | 0.5 | 0.4 |
| Hex | 9B | 33 | 53 | 0 | 43 | 2E | 27 | 156 | 32 | 28 |
| Octal | 233 | 63 | 123 | 0 | 103 | 56 | 47 | 526 | 62 | 50 |
| Binary | 10011011 | 110011 | 1010011 | 0 | 1000011 | 101110 | 100111 | 101010110 | 110010 | 101000 |
Color Harmonies of #9B3353
Complementary color
Monochromatic Colors of #9B3353
Black with #9B3353
Text Example
Text Example
White with #9B3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3353; }
p { color: rgb(155,51,83); }
H1.HeaderClassName
{
color: #9B3353;
}
.AnyTagClassName
{
color: #9B3353;
}
</style>
background-color css
<style>
a { background-color: #9B3353; }
a { background-color: rgb(155,51,83); }
div.DivClassName
{
background-color: #9B3353;
}
.BgClassName
{
background-color: #9B3353;
}
</style>
border-color css
<style>
span { border-color: #9B3353; }
span { border-color: rgb(155,51,83); }
td.TdClassName
{
border-color: #9B3353;
}
.TagClassName
{
border-color: #9B3353;
}
</style>