Shades of Lipstick #951C49
Tints of Lipstick #951C49
RGB
CMYK
RGB Variations
Color information
#951C49 (or 0x951C49) is known color: Lipstick. HEX triplet: 95, 1C and 49. RGB value is (149,28,73). Sum of RGB (Red+Green+Blue) = 149+28+73=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #951C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C49 is #6AE3B6. Grayscale: #454545. Windows color (decimal): -7005111 or 4791445. OLE color: 4791445.
HSL color Cylindrical-coordinate representation of color #951C49: hue angle of 337.69º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C49 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 73 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.42 |
| HSL | 337.69º | 0.68% | 0.35% | - |
| HSV(B) | 337.69º | 0.81% | 0.58% | - |
| XYZ | 14.01 | 7.7 | 7.05 | - |
| YUV | 69.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 73 | 0 | 0.81 | 0.51 | 0.42 | 337.69 | 0.68 | 0.35 |
| Hex | 95 | 1C | 49 | 0 | 51 | 33 | 2A | 152 | 44 | 23 |
| Octal | 225 | 34 | 111 | 0 | 121 | 63 | 52 | 522 | 104 | 43 |
| Binary | 10010101 | 11100 | 1001001 | 0 | 1010001 | 110011 | 101010 | 101010010 | 1000100 | 100011 |
Color Harmonies of #951C49
Complementary color
Monochromatic Colors of #951C49
Black with #951C49
Text Example
Text Example
White with #951C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C49; }
p { color: rgb(149,28,73); }
H1.HeaderClassName
{
color: #951C49;
}
.AnyTagClassName
{
color: #951C49;
}
</style>
background-color css
<style>
a { background-color: #951C49; }
a { background-color: rgb(149,28,73); }
div.DivClassName
{
background-color: #951C49;
}
.BgClassName
{
background-color: #951C49;
}
</style>
border-color css
<style>
span { border-color: #951C49; }
span { border-color: rgb(149,28,73); }
td.TdClassName
{
border-color: #951C49;
}
.TagClassName
{
border-color: #951C49;
}
</style>