Shades of Lipstick #952448
Tints of Lipstick #952448
RGB
CMYK
RGB Variations
Color information
#952448 (or 0x952448) is known color: Lipstick. HEX triplet: 95, 24 and 48. RGB value is (149,36,72). Sum of RGB (Red+Green+Blue) = 149+36+72=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952448 is #6ADBB7. Grayscale: #494949. Windows color (decimal): -7003064 or 4727957. OLE color: 4727957.
HSL color Cylindrical-coordinate representation of color #952448: hue angle of 340.88º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952448 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 72 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.42 |
| HSL | 340.88º | 0.61% | 0.36% | - |
| HSV(B) | 340.88º | 0.76% | 0.58% | - |
| XYZ | 14.2 | 8.12 | 6.95 | - |
| YUV | 73.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 72 | 0 | 0.76 | 0.52 | 0.42 | 340.88 | 0.61 | 0.36 |
| Hex | 95 | 24 | 48 | 0 | 4C | 34 | 2A | 155 | 3D | 24 |
| Octal | 225 | 44 | 110 | 0 | 114 | 64 | 52 | 525 | 75 | 44 |
| Binary | 10010101 | 100100 | 1001000 | 0 | 1001100 | 110100 | 101010 | 101010101 | 111101 | 100100 |
Color Harmonies of #952448
Complementary color
Monochromatic Colors of #952448
Black with #952448
Text Example
Text Example
White with #952448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952448; }
p { color: rgb(149,36,72); }
H1.HeaderClassName
{
color: #952448;
}
.AnyTagClassName
{
color: #952448;
}
</style>
background-color css
<style>
a { background-color: #952448; }
a { background-color: rgb(149,36,72); }
div.DivClassName
{
background-color: #952448;
}
.BgClassName
{
background-color: #952448;
}
</style>
border-color css
<style>
span { border-color: #952448; }
span { border-color: rgb(149,36,72); }
td.TdClassName
{
border-color: #952448;
}
.TagClassName
{
border-color: #952448;
}
</style>