Shades of Lipstick #951140
Tints of Lipstick #951140
RGB
CMYK
RGB Variations
Color information
#951140 (or 0x951140) is known color: Lipstick. HEX triplet: 95, 11 and 40. RGB value is (149,17,64). Sum of RGB (Red+Green+Blue) = 149+17+64=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #951140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951140 is #6AEEBF. Grayscale: #3D3D3D. Windows color (decimal): -7007936 or 4198805. OLE color: 4198805.
HSL color Cylindrical-coordinate representation of color #951140: hue angle of 338.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951140 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 64 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.42 |
| HSL | 338.64º | 0.8% | 0.33% | - |
| HSV(B) | 338.64º | 0.89% | 0.58% | - |
| XYZ | 13.52 | 7.16 | 5.52 | - |
| YUV | 61.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 64 | 0 | 0.89 | 0.57 | 0.42 | 338.64 | 0.8 | 0.33 |
| Hex | 95 | 11 | 40 | 0 | 59 | 39 | 2A | 153 | 50 | 21 |
| Octal | 225 | 21 | 100 | 0 | 131 | 71 | 52 | 523 | 120 | 41 |
| Binary | 10010101 | 10001 | 1000000 | 0 | 1011001 | 111001 | 101010 | 101010011 | 1010000 | 100001 |
Color Harmonies of #951140
Complementary color
Monochromatic Colors of #951140
Black with #951140
Text Example
Text Example
White with #951140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951140; }
p { color: rgb(149,17,64); }
H1.HeaderClassName
{
color: #951140;
}
.AnyTagClassName
{
color: #951140;
}
</style>
background-color css
<style>
a { background-color: #951140; }
a { background-color: rgb(149,17,64); }
div.DivClassName
{
background-color: #951140;
}
.BgClassName
{
background-color: #951140;
}
</style>
border-color css
<style>
span { border-color: #951140; }
span { border-color: rgb(149,17,64); }
td.TdClassName
{
border-color: #951140;
}
.TagClassName
{
border-color: #951140;
}
</style>