Shades of Lipstick #993451
Tints of Lipstick #993451
RGB
CMYK
RGB Variations
Color information
#993451 (or 0x993451) is known color: Lipstick. HEX triplet: 99, 34 and 51. RGB value is (153,52,81). Sum of RGB (Red+Green+Blue) = 153+52+81=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #993451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993451 is #66CBAE. Grayscale: #555555. Windows color (decimal): -6736815 or 5321881. OLE color: 5321881.
HSL color Cylindrical-coordinate representation of color #993451: hue angle of 342.77º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993451 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 81 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.4 |
| HSL | 342.77º | 0.49% | 0.4% | - |
| HSV(B) | 342.77º | 0.66% | 0.6% | - |
| XYZ | 15.85 | 9.82 | 8.85 | - |
| YUV | 85.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 81 | 0 | 0.66 | 0.47 | 0.4 | 342.77 | 0.49 | 0.4 |
| Hex | 99 | 34 | 51 | 0 | 42 | 2F | 28 | 157 | 31 | 28 |
| Octal | 231 | 64 | 121 | 0 | 102 | 57 | 50 | 527 | 61 | 50 |
| Binary | 10011001 | 110100 | 1010001 | 0 | 1000010 | 101111 | 101000 | 101010111 | 110001 | 101000 |
Color Harmonies of #993451
Complementary color
Monochromatic Colors of #993451
Black with #993451
Text Example
Text Example
White with #993451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993451; }
p { color: rgb(153,52,81); }
H1.HeaderClassName
{
color: #993451;
}
.AnyTagClassName
{
color: #993451;
}
</style>
background-color css
<style>
a { background-color: #993451; }
a { background-color: rgb(153,52,81); }
div.DivClassName
{
background-color: #993451;
}
.BgClassName
{
background-color: #993451;
}
</style>
border-color css
<style>
span { border-color: #993451; }
span { border-color: rgb(153,52,81); }
td.TdClassName
{
border-color: #993451;
}
.TagClassName
{
border-color: #993451;
}
</style>