Shades of Lipstick #95315D
Tints of Lipstick #95315D
RGB
CMYK
RGB Variations
Color information
#95315D (or 0x95315D) is known color: Lipstick. HEX triplet: 95, 31 and 5D. RGB value is (149,49,93). Sum of RGB (Red+Green+Blue) = 149+49+93=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95315D is #6ACEA2. Grayscale: #535353. Windows color (decimal): -6999715 or 6107541. OLE color: 6107541.
HSL color Cylindrical-coordinate representation of color #95315D: hue angle of 333.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95315D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 93 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.42 |
| HSL | 333.6º | 0.51% | 0.39% | - |
| HSV(B) | 333.6º | 0.67% | 0.58% | - |
| XYZ | 15.47 | 9.38 | 11.35 | - |
| YUV | 83.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 93 | 0 | 0.67 | 0.38 | 0.42 | 333.6 | 0.51 | 0.39 |
| Hex | 95 | 31 | 5D | 0 | 43 | 26 | 2A | 14E | 33 | 27 |
| Octal | 225 | 61 | 135 | 0 | 103 | 46 | 52 | 516 | 63 | 47 |
| Binary | 10010101 | 110001 | 1011101 | 0 | 1000011 | 100110 | 101010 | 101001110 | 110011 | 100111 |
Color Harmonies of #95315D
Complementary color
Monochromatic Colors of #95315D
Black with #95315D
Text Example
Text Example
White with #95315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95315D; }
p { color: rgb(149,49,93); }
H1.HeaderClassName
{
color: #95315D;
}
.AnyTagClassName
{
color: #95315D;
}
</style>
background-color css
<style>
a { background-color: #95315D; }
a { background-color: rgb(149,49,93); }
div.DivClassName
{
background-color: #95315D;
}
.BgClassName
{
background-color: #95315D;
}
</style>
border-color css
<style>
span { border-color: #95315D; }
span { border-color: rgb(149,49,93); }
td.TdClassName
{
border-color: #95315D;
}
.TagClassName
{
border-color: #95315D;
}
</style>