Shades of Lipstick #99314B
Tints of Lipstick #99314B
RGB
CMYK
RGB Variations
Color information
#99314B (or 0x99314B) is known color: Lipstick. HEX triplet: 99, 31 and 4B. RGB value is (153,49,75). Sum of RGB (Red+Green+Blue) = 153+49+75=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99314B is #66CEB4. Grayscale: #535353. Windows color (decimal): -6737589 or 4927897. OLE color: 4927897.
HSL color Cylindrical-coordinate representation of color #99314B: hue angle of 345º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99314B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 75 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.4 |
| HSL | 345º | 0.51% | 0.4% | - |
| HSV(B) | 345º | 0.68% | 0.6% | - |
| XYZ | 15.51 | 9.48 | 7.67 | - |
| YUV | 83.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 75 | 0 | 0.68 | 0.51 | 0.4 | 345 | 0.51 | 0.4 |
| Hex | 99 | 31 | 4B | 0 | 44 | 33 | 28 | 159 | 33 | 28 |
| Octal | 231 | 61 | 113 | 0 | 104 | 63 | 50 | 531 | 63 | 50 |
| Binary | 10011001 | 110001 | 1001011 | 0 | 1000100 | 110011 | 101000 | 101011001 | 110011 | 101000 |
Color Harmonies of #99314B
Complementary color
Monochromatic Colors of #99314B
Black with #99314B
Text Example
Text Example
White with #99314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99314B; }
p { color: rgb(153,49,75); }
H1.HeaderClassName
{
color: #99314B;
}
.AnyTagClassName
{
color: #99314B;
}
</style>
background-color css
<style>
a { background-color: #99314B; }
a { background-color: rgb(153,49,75); }
div.DivClassName
{
background-color: #99314B;
}
.BgClassName
{
background-color: #99314B;
}
</style>
border-color css
<style>
span { border-color: #99314B; }
span { border-color: rgb(153,49,75); }
td.TdClassName
{
border-color: #99314B;
}
.TagClassName
{
border-color: #99314B;
}
</style>