Shades of Lipstick #951948
Tints of Lipstick #951948
RGB
CMYK
RGB Variations
Color information
#951948 (or 0x951948) is known color: Lipstick. HEX triplet: 95, 19 and 48. RGB value is (149,25,72). Sum of RGB (Red+Green+Blue) = 149+25+72=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #951948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951948 is #6AE6B7. Grayscale: #434343. Windows color (decimal): -7005880 or 4725141. OLE color: 4725141.
HSL color Cylindrical-coordinate representation of color #951948: hue angle of 337.26º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951948 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 72 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.42 |
| HSL | 337.26º | 0.71% | 0.34% | - |
| HSV(B) | 337.26º | 0.83% | 0.58% | - |
| XYZ | 13.91 | 7.55 | 6.86 | - |
| YUV | 67.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 72 | 0 | 0.83 | 0.52 | 0.42 | 337.26 | 0.71 | 0.34 |
| Hex | 95 | 19 | 48 | 0 | 53 | 34 | 2A | 151 | 47 | 22 |
| Octal | 225 | 31 | 110 | 0 | 123 | 64 | 52 | 521 | 107 | 42 |
| Binary | 10010101 | 11001 | 1001000 | 0 | 1010011 | 110100 | 101010 | 101010001 | 1000111 | 100010 |
Color Harmonies of #951948
Complementary color
Monochromatic Colors of #951948
Black with #951948
Text Example
Text Example
White with #951948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951948; }
p { color: rgb(149,25,72); }
H1.HeaderClassName
{
color: #951948;
}
.AnyTagClassName
{
color: #951948;
}
</style>
background-color css
<style>
a { background-color: #951948; }
a { background-color: rgb(149,25,72); }
div.DivClassName
{
background-color: #951948;
}
.BgClassName
{
background-color: #951948;
}
</style>
border-color css
<style>
span { border-color: #951948; }
span { border-color: rgb(149,25,72); }
td.TdClassName
{
border-color: #951948;
}
.TagClassName
{
border-color: #951948;
}
</style>