Shades of Lipstick #95103E
Tints of Lipstick #95103E
RGB
CMYK
RGB Variations
Color information
#95103E (or 0x95103E) is known color: Lipstick. HEX triplet: 95, 10 and 3E. RGB value is (149,16,62). Sum of RGB (Red+Green+Blue) = 149+16+62=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95103E is #6AEFC1. Grayscale: #3C3C3C. Windows color (decimal): -7008194 or 4067477. OLE color: 4067477.
HSL color Cylindrical-coordinate representation of color #95103E: hue angle of 339.25º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95103E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 62 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.42 |
| HSL | 339.25º | 0.81% | 0.32% | - |
| HSV(B) | 339.25º | 0.89% | 0.58% | - |
| XYZ | 13.45 | 7.11 | 5.22 | - |
| YUV | 61.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 62 | 0 | 0.89 | 0.58 | 0.42 | 339.25 | 0.81 | 0.32 |
| Hex | 95 | 10 | 3E | 0 | 59 | 3A | 2A | 153 | 51 | 20 |
| Octal | 225 | 20 | 76 | 0 | 131 | 72 | 52 | 523 | 121 | 40 |
| Binary | 10010101 | 10000 | 111110 | 0 | 1011001 | 111010 | 101010 | 101010011 | 1010001 | 100000 |
Color Harmonies of #95103E
Complementary color
Monochromatic Colors of #95103E
Black with #95103E
Text Example
Text Example
White with #95103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95103E; }
p { color: rgb(149,16,62); }
H1.HeaderClassName
{
color: #95103E;
}
.AnyTagClassName
{
color: #95103E;
}
</style>
background-color css
<style>
a { background-color: #95103E; }
a { background-color: rgb(149,16,62); }
div.DivClassName
{
background-color: #95103E;
}
.BgClassName
{
background-color: #95103E;
}
</style>
border-color css
<style>
span { border-color: #95103E; }
span { border-color: rgb(149,16,62); }
td.TdClassName
{
border-color: #95103E;
}
.TagClassName
{
border-color: #95103E;
}
</style>