Shades of Lipstick #951344
Tints of Lipstick #951344
RGB
CMYK
RGB Variations
Color information
#951344 (or 0x951344) is known color: Lipstick. HEX triplet: 95, 13 and 44. RGB value is (149,19,68). Sum of RGB (Red+Green+Blue) = 149+19+68=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951344 is #6AECBB. Grayscale: #3F3F3F. Windows color (decimal): -7007420 or 4461461. OLE color: 4461461.
HSL color Cylindrical-coordinate representation of color #951344: hue angle of 337.38º degrees, saturation: 0.77, 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 #951344 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 68 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.42 |
| HSL | 337.38º | 0.77% | 0.33% | - |
| HSV(B) | 337.38º | 0.87% | 0.58% | - |
| XYZ | 13.67 | 7.27 | 6.15 | - |
| YUV | 63.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 68 | 0 | 0.87 | 0.54 | 0.42 | 337.38 | 0.77 | 0.33 |
| Hex | 95 | 13 | 44 | 0 | 57 | 36 | 2A | 151 | 4D | 21 |
| Octal | 225 | 23 | 104 | 0 | 127 | 66 | 52 | 521 | 115 | 41 |
| Binary | 10010101 | 10011 | 1000100 | 0 | 1010111 | 110110 | 101010 | 101010001 | 1001101 | 100001 |
Color Harmonies of #951344
Complementary color
Monochromatic Colors of #951344
Black with #951344
Text Example
Text Example
White with #951344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951344; }
p { color: rgb(149,19,68); }
H1.HeaderClassName
{
color: #951344;
}
.AnyTagClassName
{
color: #951344;
}
</style>
background-color css
<style>
a { background-color: #951344; }
a { background-color: rgb(149,19,68); }
div.DivClassName
{
background-color: #951344;
}
.BgClassName
{
background-color: #951344;
}
</style>
border-color css
<style>
span { border-color: #951344; }
span { border-color: rgb(149,19,68); }
td.TdClassName
{
border-color: #951344;
}
.TagClassName
{
border-color: #951344;
}
</style>