Shades of Lipstick #951F63
Tints of Lipstick #951F63
RGB
CMYK
RGB Variations
Color information
#951F63 (or 0x951F63) is known color: Lipstick. HEX triplet: 95, 1F and 63. RGB value is (149,31,99). Sum of RGB (Red+Green+Blue) = 149+31+99=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F63 is #6AE09C. Grayscale: #494949. Windows color (decimal): -7004317 or 6496149. OLE color: 6496149.
HSL color Cylindrical-coordinate representation of color #951F63: hue angle of 325.42º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #951F63 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 99 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.42 |
| HSL | 325.42º | 0.66% | 0.35% | - |
| HSV(B) | 325.42º | 0.79% | 0.58% | - |
| XYZ | 15.14 | 8.27 | 12.6 | - |
| YUV | 74.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 99 | 0 | 0.79 | 0.34 | 0.42 | 325.42 | 0.66 | 0.35 |
| Hex | 95 | 1F | 63 | 0 | 4F | 22 | 2A | 145 | 42 | 23 |
| Octal | 225 | 37 | 143 | 0 | 117 | 42 | 52 | 505 | 102 | 43 |
| Binary | 10010101 | 11111 | 1100011 | 0 | 1001111 | 100010 | 101010 | 101000101 | 1000010 | 100011 |
Color Harmonies of #951F63
Complementary color
Monochromatic Colors of #951F63
Black with #951F63
Text Example
Text Example
White with #951F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F63; }
p { color: rgb(149,31,99); }
H1.HeaderClassName
{
color: #951F63;
}
.AnyTagClassName
{
color: #951F63;
}
</style>
background-color css
<style>
a { background-color: #951F63; }
a { background-color: rgb(149,31,99); }
div.DivClassName
{
background-color: #951F63;
}
.BgClassName
{
background-color: #951F63;
}
</style>
border-color css
<style>
span { border-color: #951F63; }
span { border-color: rgb(149,31,99); }
td.TdClassName
{
border-color: #951F63;
}
.TagClassName
{
border-color: #951F63;
}
</style>