Shades of Lipstick #951845
Tints of Lipstick #951845
RGB
CMYK
RGB Variations
Color information
#951845 (or 0x951845) is known color: Lipstick. HEX triplet: 95, 18 and 45. RGB value is (149,24,69). Sum of RGB (Red+Green+Blue) = 149+24+69=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951845 is #6AE7BA. Grayscale: #424242. Windows color (decimal): -7006139 or 4528277. OLE color: 4528277.
HSL color Cylindrical-coordinate representation of color #951845: hue angle of 338.4º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951845 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 69 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.42 |
| HSL | 338.4º | 0.72% | 0.34% | - |
| HSV(B) | 338.4º | 0.84% | 0.58% | - |
| XYZ | 13.8 | 7.47 | 6.35 | - |
| YUV | 66.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 69 | 0 | 0.84 | 0.54 | 0.42 | 338.4 | 0.72 | 0.34 |
| Hex | 95 | 18 | 45 | 0 | 54 | 36 | 2A | 152 | 48 | 22 |
| Octal | 225 | 30 | 105 | 0 | 124 | 66 | 52 | 522 | 110 | 42 |
| Binary | 10010101 | 11000 | 1000101 | 0 | 1010100 | 110110 | 101010 | 101010010 | 1001000 | 100010 |
Color Harmonies of #951845
Complementary color
Monochromatic Colors of #951845
Black with #951845
Text Example
Text Example
White with #951845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951845; }
p { color: rgb(149,24,69); }
H1.HeaderClassName
{
color: #951845;
}
.AnyTagClassName
{
color: #951845;
}
</style>
background-color css
<style>
a { background-color: #951845; }
a { background-color: rgb(149,24,69); }
div.DivClassName
{
background-color: #951845;
}
.BgClassName
{
background-color: #951845;
}
</style>
border-color css
<style>
span { border-color: #951845; }
span { border-color: rgb(149,24,69); }
td.TdClassName
{
border-color: #951845;
}
.TagClassName
{
border-color: #951845;
}
</style>