Shades of Lipstick #952644
Tints of Lipstick #952644
RGB
CMYK
RGB Variations
Color information
#952644 (or 0x952644) is known color: Lipstick. HEX triplet: 95, 26 and 44. RGB value is (149,38,68). Sum of RGB (Red+Green+Blue) = 149+38+68=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952644 is #6AD9BB. Grayscale: #4A4A4A. Windows color (decimal): -7002556 or 4466325. OLE color: 4466325.
HSL color Cylindrical-coordinate representation of color #952644: hue angle of 343.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952644 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 68 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.42 |
| HSL | 343.78º | 0.59% | 0.37% | - |
| HSV(B) | 343.78º | 0.74% | 0.58% | - |
| XYZ | 14.13 | 8.19 | 6.31 | - |
| YUV | 74.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 68 | 0 | 0.74 | 0.54 | 0.42 | 343.78 | 0.59 | 0.37 |
| Hex | 95 | 26 | 44 | 0 | 4A | 36 | 2A | 158 | 3B | 25 |
| Octal | 225 | 46 | 104 | 0 | 112 | 66 | 52 | 530 | 73 | 45 |
| Binary | 10010101 | 100110 | 1000100 | 0 | 1001010 | 110110 | 101010 | 101011000 | 111011 | 100101 |
Color Harmonies of #952644
Complementary color
Monochromatic Colors of #952644
Black with #952644
Text Example
Text Example
White with #952644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952644; }
p { color: rgb(149,38,68); }
H1.HeaderClassName
{
color: #952644;
}
.AnyTagClassName
{
color: #952644;
}
</style>
background-color css
<style>
a { background-color: #952644; }
a { background-color: rgb(149,38,68); }
div.DivClassName
{
background-color: #952644;
}
.BgClassName
{
background-color: #952644;
}
</style>
border-color css
<style>
span { border-color: #952644; }
span { border-color: rgb(149,38,68); }
td.TdClassName
{
border-color: #952644;
}
.TagClassName
{
border-color: #952644;
}
</style>