Shades of Lipstick #95255A
Tints of Lipstick #95255A
RGB
CMYK
RGB Variations
Color information
#95255A (or 0x95255A) is known color: Lipstick. HEX triplet: 95, 25 and 5A. RGB value is (149,37,90). Sum of RGB (Red+Green+Blue) = 149+37+90=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95255A is #6ADAA5. Grayscale: #4C4C4C. Windows color (decimal): -7002790 or 5907861. OLE color: 5907861.
HSL color Cylindrical-coordinate representation of color #95255A: hue angle of 331.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95255A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 90 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.42 |
| HSL | 331.61º | 0.6% | 0.36% | - |
| HSV(B) | 331.61º | 0.75% | 0.58% | - |
| XYZ | 14.9 | 8.45 | 10.52 | - |
| YUV | 76.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 90 | 0 | 0.75 | 0.40 | 0.42 | 331.61 | 0.6 | 0.36 |
| Hex | 95 | 25 | 5A | 0 | 4B | 28 | 2A | 14C | 3C | 24 |
| Octal | 225 | 45 | 132 | 0 | 113 | 50 | 52 | 514 | 74 | 44 |
| Binary | 10010101 | 100101 | 1011010 | 0 | 1001011 | 101000 | 101010 | 101001100 | 111100 | 100100 |
Color Harmonies of #95255A
Complementary color
Monochromatic Colors of #95255A
Black with #95255A
Text Example
Text Example
White with #95255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95255A; }
p { color: rgb(149,37,90); }
H1.HeaderClassName
{
color: #95255A;
}
.AnyTagClassName
{
color: #95255A;
}
</style>
background-color css
<style>
a { background-color: #95255A; }
a { background-color: rgb(149,37,90); }
div.DivClassName
{
background-color: #95255A;
}
.BgClassName
{
background-color: #95255A;
}
</style>
border-color css
<style>
span { border-color: #95255A; }
span { border-color: rgb(149,37,90); }
td.TdClassName
{
border-color: #95255A;
}
.TagClassName
{
border-color: #95255A;
}
</style>