Shades of Lipstick #952045
Tints of Lipstick #952045
RGB
CMYK
RGB Variations
Color information
#952045 (or 0x952045) is known color: Lipstick. HEX triplet: 95, 20 and 45. RGB value is (149,32,69). Sum of RGB (Red+Green+Blue) = 149+32+69=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952045 is #6ADFBA. Grayscale: #474747. Windows color (decimal): -7004091 or 4530325. OLE color: 4530325.
HSL color Cylindrical-coordinate representation of color #952045: hue angle of 341.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952045 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 69 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.42 |
| HSL | 341.03º | 0.65% | 0.35% | - |
| HSV(B) | 341.03º | 0.79% | 0.58% | - |
| XYZ | 13.99 | 7.85 | 6.41 | - |
| YUV | 71.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 69 | 0 | 0.79 | 0.54 | 0.42 | 341.03 | 0.65 | 0.35 |
| Hex | 95 | 20 | 45 | 0 | 4F | 36 | 2A | 155 | 41 | 23 |
| Octal | 225 | 40 | 105 | 0 | 117 | 66 | 52 | 525 | 101 | 43 |
| Binary | 10010101 | 100000 | 1000101 | 0 | 1001111 | 110110 | 101010 | 101010101 | 1000001 | 100011 |
Color Harmonies of #952045
Complementary color
Monochromatic Colors of #952045
Black with #952045
Text Example
Text Example
White with #952045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952045; }
p { color: rgb(149,32,69); }
H1.HeaderClassName
{
color: #952045;
}
.AnyTagClassName
{
color: #952045;
}
</style>
background-color css
<style>
a { background-color: #952045; }
a { background-color: rgb(149,32,69); }
div.DivClassName
{
background-color: #952045;
}
.BgClassName
{
background-color: #952045;
}
</style>
border-color css
<style>
span { border-color: #952045; }
span { border-color: rgb(149,32,69); }
td.TdClassName
{
border-color: #952045;
}
.TagClassName
{
border-color: #952045;
}
</style>