Shades of Lipstick #952462
Tints of Lipstick #952462
RGB
CMYK
RGB Variations
Color information
#952462 (or 0x952462) is known color: Lipstick. HEX triplet: 95, 24 and 62. RGB value is (149,36,98). Sum of RGB (Red+Green+Blue) = 149+36+98=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952462 is #6ADB9D. Grayscale: #4C4C4C. Windows color (decimal): -7003038 or 6431893. OLE color: 6431893.
HSL color Cylindrical-coordinate representation of color #952462: hue angle of 327.08º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952462 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 98 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.42 |
| HSL | 327.08º | 0.61% | 0.36% | - |
| HSV(B) | 327.08º | 0.76% | 0.58% | - |
| XYZ | 15.23 | 8.53 | 12.4 | - |
| YUV | 76.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 98 | 0 | 0.76 | 0.34 | 0.42 | 327.08 | 0.61 | 0.36 |
| Hex | 95 | 24 | 62 | 0 | 4C | 22 | 2A | 147 | 3D | 24 |
| Octal | 225 | 44 | 142 | 0 | 114 | 42 | 52 | 507 | 75 | 44 |
| Binary | 10010101 | 100100 | 1100010 | 0 | 1001100 | 100010 | 101010 | 101000111 | 111101 | 100100 |
Color Harmonies of #952462
Complementary color
Monochromatic Colors of #952462
Black with #952462
Text Example
Text Example
White with #952462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952462; }
p { color: rgb(149,36,98); }
H1.HeaderClassName
{
color: #952462;
}
.AnyTagClassName
{
color: #952462;
}
</style>
background-color css
<style>
a { background-color: #952462; }
a { background-color: rgb(149,36,98); }
div.DivClassName
{
background-color: #952462;
}
.BgClassName
{
background-color: #952462;
}
</style>
border-color css
<style>
span { border-color: #952462; }
span { border-color: rgb(149,36,98); }
td.TdClassName
{
border-color: #952462;
}
.TagClassName
{
border-color: #952462;
}
</style>