Shades of Lipstick #951448
Tints of Lipstick #951448
RGB
CMYK
RGB Variations
Color information
#951448 (or 0x951448) is known color: Lipstick. HEX triplet: 95, 14 and 48. RGB value is (149,20,72). Sum of RGB (Red+Green+Blue) = 149+20+72=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #951448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951448 is #6AEBB7. Grayscale: #404040. Windows color (decimal): -7007160 or 4723861. OLE color: 4723861.
HSL color Cylindrical-coordinate representation of color #951448: hue angle of 335.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951448 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 72 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.42 |
| HSL | 335.81º | 0.76% | 0.33% | - |
| HSV(B) | 335.81º | 0.87% | 0.58% | - |
| XYZ | 13.81 | 7.36 | 6.82 | - |
| YUV | 64.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 72 | 0 | 0.87 | 0.52 | 0.42 | 335.81 | 0.76 | 0.33 |
| Hex | 95 | 14 | 48 | 0 | 57 | 34 | 2A | 150 | 4C | 21 |
| Octal | 225 | 24 | 110 | 0 | 127 | 64 | 52 | 520 | 114 | 41 |
| Binary | 10010101 | 10100 | 1001000 | 0 | 1010111 | 110100 | 101010 | 101010000 | 1001100 | 100001 |
Color Harmonies of #951448
Complementary color
Monochromatic Colors of #951448
Black with #951448
Text Example
Text Example
White with #951448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951448; }
p { color: rgb(149,20,72); }
H1.HeaderClassName
{
color: #951448;
}
.AnyTagClassName
{
color: #951448;
}
</style>
background-color css
<style>
a { background-color: #951448; }
a { background-color: rgb(149,20,72); }
div.DivClassName
{
background-color: #951448;
}
.BgClassName
{
background-color: #951448;
}
</style>
border-color css
<style>
span { border-color: #951448; }
span { border-color: rgb(149,20,72); }
td.TdClassName
{
border-color: #951448;
}
.TagClassName
{
border-color: #951448;
}
</style>