Shades of Lipstick #951545
Tints of Lipstick #951545
RGB
CMYK
RGB Variations
Color information
#951545 (or 0x951545) is known color: Lipstick. HEX triplet: 95, 15 and 45. RGB value is (149,21,69). Sum of RGB (Red+Green+Blue) = 149+21+69=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #951545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951545 is #6AEABA. Grayscale: #404040. Windows color (decimal): -7006907 or 4527509. OLE color: 4527509.
HSL color Cylindrical-coordinate representation of color #951545: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951545 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 69 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.42 |
| HSL | 337.5º | 0.75% | 0.33% | - |
| HSV(B) | 337.5º | 0.86% | 0.58% | - |
| XYZ | 13.74 | 7.36 | 6.33 | - |
| YUV | 64.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 69 | 0 | 0.86 | 0.54 | 0.42 | 337.5 | 0.75 | 0.33 |
| Hex | 95 | 15 | 45 | 0 | 56 | 36 | 2A | 152 | 4B | 21 |
| Octal | 225 | 25 | 105 | 0 | 126 | 66 | 52 | 522 | 113 | 41 |
| Binary | 10010101 | 10101 | 1000101 | 0 | 1010110 | 110110 | 101010 | 101010010 | 1001011 | 100001 |
Color Harmonies of #951545
Complementary color
Monochromatic Colors of #951545
Black with #951545
Text Example
Text Example
White with #951545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951545; }
p { color: rgb(149,21,69); }
H1.HeaderClassName
{
color: #951545;
}
.AnyTagClassName
{
color: #951545;
}
</style>
background-color css
<style>
a { background-color: #951545; }
a { background-color: rgb(149,21,69); }
div.DivClassName
{
background-color: #951545;
}
.BgClassName
{
background-color: #951545;
}
</style>
border-color css
<style>
span { border-color: #951545; }
span { border-color: rgb(149,21,69); }
td.TdClassName
{
border-color: #951545;
}
.TagClassName
{
border-color: #951545;
}
</style>