Shades of Lipstick #9A3353
Tints of Lipstick #9A3353
RGB
CMYK
RGB Variations
Color information
#9A3353 (or 0x9A3353) is known color: Lipstick. HEX triplet: 9A, 33 and 53. RGB value is (154,51,83). Sum of RGB (Red+Green+Blue) = 154+51+83=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3353 is #65CCAC. Grayscale: #555555. Windows color (decimal): -6671533 or 5452698. OLE color: 5452698.
HSL color Cylindrical-coordinate representation of color #9A3353: hue angle of 341.36º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3353 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 83 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.40 |
| HSL | 341.36º | 0.5% | 0.4% | - |
| HSV(B) | 341.36º | 0.67% | 0.6% | - |
| XYZ | 16.07 | 9.86 | 9.24 | - |
| YUV | 85.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 83 | 0 | 0.67 | 0.46 | 0.40 | 341.36 | 0.5 | 0.4 |
| Hex | 9A | 33 | 53 | 0 | 43 | 2E | 28 | 155 | 32 | 28 |
| Octal | 232 | 63 | 123 | 0 | 103 | 56 | 50 | 525 | 62 | 50 |
| Binary | 10011010 | 110011 | 1010011 | 0 | 1000011 | 101110 | 101000 | 101010101 | 110010 | 101000 |
Color Harmonies of #9A3353
Complementary color
Monochromatic Colors of #9A3353
Black with #9A3353
Text Example
Text Example
White with #9A3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3353; }
p { color: rgb(154,51,83); }
H1.HeaderClassName
{
color: #9A3353;
}
.AnyTagClassName
{
color: #9A3353;
}
</style>
background-color css
<style>
a { background-color: #9A3353; }
a { background-color: rgb(154,51,83); }
div.DivClassName
{
background-color: #9A3353;
}
.BgClassName
{
background-color: #9A3353;
}
</style>
border-color css
<style>
span { border-color: #9A3353; }
span { border-color: rgb(154,51,83); }
td.TdClassName
{
border-color: #9A3353;
}
.TagClassName
{
border-color: #9A3353;
}
</style>