Shades of Lipstick #952461
Tints of Lipstick #952461
RGB
CMYK
RGB Variations
Color information
#952461 (or 0x952461) is known color: Lipstick. HEX triplet: 95, 24 and 61. RGB value is (149,36,97). Sum of RGB (Red+Green+Blue) = 149+36+97=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952461 is #6ADB9E. Grayscale: #4C4C4C. Windows color (decimal): -7003039 or 6366357. OLE color: 6366357.
HSL color Cylindrical-coordinate representation of color #952461: hue angle of 327.61º 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 #952461 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 97 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.42 |
| HSL | 327.61º | 0.61% | 0.36% | - |
| HSV(B) | 327.61º | 0.76% | 0.58% | - |
| XYZ | 15.18 | 8.51 | 12.15 | - |
| YUV | 76.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 97 | 0 | 0.76 | 0.35 | 0.42 | 327.61 | 0.61 | 0.36 |
| Hex | 95 | 24 | 61 | 0 | 4C | 23 | 2A | 148 | 3D | 24 |
| Octal | 225 | 44 | 141 | 0 | 114 | 43 | 52 | 510 | 75 | 44 |
| Binary | 10010101 | 100100 | 1100001 | 0 | 1001100 | 100011 | 101010 | 101001000 | 111101 | 100100 |
Color Harmonies of #952461
Complementary color
Monochromatic Colors of #952461
Black with #952461
Text Example
Text Example
White with #952461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952461; }
p { color: rgb(149,36,97); }
H1.HeaderClassName
{
color: #952461;
}
.AnyTagClassName
{
color: #952461;
}
</style>
background-color css
<style>
a { background-color: #952461; }
a { background-color: rgb(149,36,97); }
div.DivClassName
{
background-color: #952461;
}
.BgClassName
{
background-color: #952461;
}
</style>
border-color css
<style>
span { border-color: #952461; }
span { border-color: rgb(149,36,97); }
td.TdClassName
{
border-color: #952461;
}
.TagClassName
{
border-color: #952461;
}
</style>