Shades of Lipstick #9B3263
Tints of Lipstick #9B3263
RGB
CMYK
RGB Variations
Color information
#9B3263 (or 0x9B3263) is known color: Lipstick. HEX triplet: 9B, 32 and 63. RGB value is (155,50,99). Sum of RGB (Red+Green+Blue) = 155+50+99=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3263 is #64CD9C. Grayscale: #565656. Windows color (decimal): -6606237 or 6501019. OLE color: 6501019.
HSL color Cylindrical-coordinate representation of color #9B3263: hue angle of 332º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3263 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 99 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.39 |
| HSL | 332º | 0.51% | 0.4% | - |
| HSV(B) | 332º | 0.68% | 0.61% | - |
| XYZ | 16.91 | 10.15 | 12.87 | - |
| YUV | 86.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 99 | 0 | 0.68 | 0.36 | 0.39 | 332 | 0.51 | 0.4 |
| Hex | 9B | 32 | 63 | 0 | 44 | 24 | 27 | 14C | 33 | 28 |
| Octal | 233 | 62 | 143 | 0 | 104 | 44 | 47 | 514 | 63 | 50 |
| Binary | 10011011 | 110010 | 1100011 | 0 | 1000100 | 100100 | 100111 | 101001100 | 110011 | 101000 |
Color Harmonies of #9B3263
Complementary color
Monochromatic Colors of #9B3263
Black with #9B3263
Text Example
Text Example
White with #9B3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3263; }
p { color: rgb(155,50,99); }
H1.HeaderClassName
{
color: #9B3263;
}
.AnyTagClassName
{
color: #9B3263;
}
</style>
background-color css
<style>
a { background-color: #9B3263; }
a { background-color: rgb(155,50,99); }
div.DivClassName
{
background-color: #9B3263;
}
.BgClassName
{
background-color: #9B3263;
}
</style>
border-color css
<style>
span { border-color: #9B3263; }
span { border-color: rgb(155,50,99); }
td.TdClassName
{
border-color: #9B3263;
}
.TagClassName
{
border-color: #9B3263;
}
</style>