Shades of Lipstick #953862
Tints of Lipstick #953862
RGB
CMYK
RGB Variations
Color information
#953862 (or 0x953862) is known color: Lipstick. HEX triplet: 95, 38 and 62. RGB value is (149,56,98). Sum of RGB (Red+Green+Blue) = 149+56+98=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953862 is #6AC79D. Grayscale: #585858. Windows color (decimal): -6997918 or 6437013. OLE color: 6437013.
HSL color Cylindrical-coordinate representation of color #953862: hue angle of 332.9º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953862 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 98 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.42 |
| HSL | 332.9º | 0.45% | 0.4% | - |
| HSV(B) | 332.9º | 0.62% | 0.58% | - |
| XYZ | 16.01 | 10.1 | 12.66 | - |
| YUV | 88.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 98 | 0 | 0.62 | 0.34 | 0.42 | 332.9 | 0.45 | 0.4 |
| Hex | 95 | 38 | 62 | 0 | 3E | 22 | 2A | 14D | 2D | 28 |
| Octal | 225 | 70 | 142 | 0 | 76 | 42 | 52 | 515 | 55 | 50 |
| Binary | 10010101 | 111000 | 1100010 | 0 | 111110 | 100010 | 101010 | 101001101 | 101101 | 101000 |
Color Harmonies of #953862
Complementary color
Monochromatic Colors of #953862
Black with #953862
Text Example
Text Example
White with #953862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953862; }
p { color: rgb(149,56,98); }
H1.HeaderClassName
{
color: #953862;
}
.AnyTagClassName
{
color: #953862;
}
</style>
background-color css
<style>
a { background-color: #953862; }
a { background-color: rgb(149,56,98); }
div.DivClassName
{
background-color: #953862;
}
.BgClassName
{
background-color: #953862;
}
</style>
border-color css
<style>
span { border-color: #953862; }
span { border-color: rgb(149,56,98); }
td.TdClassName
{
border-color: #953862;
}
.TagClassName
{
border-color: #953862;
}
</style>