Shades of Lipstick #95265A
Tints of Lipstick #95265A
RGB
CMYK
RGB Variations
Color information
#95265A (or 0x95265A) is known color: Lipstick. HEX triplet: 95, 26 and 5A. RGB value is (149,38,90). Sum of RGB (Red+Green+Blue) = 149+38+90=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95265A is #6AD9A5. Grayscale: #4D4D4D. Windows color (decimal): -7002534 or 5908117. OLE color: 5908117.
HSL color Cylindrical-coordinate representation of color #95265A: hue angle of 331.89º 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 #95265A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 90 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.42 |
| HSL | 331.89º | 0.59% | 0.37% | - |
| HSV(B) | 331.89º | 0.74% | 0.58% | - |
| XYZ | 14.93 | 8.51 | 10.53 | - |
| YUV | 77.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 90 | 0 | 0.74 | 0.40 | 0.42 | 331.89 | 0.59 | 0.37 |
| Hex | 95 | 26 | 5A | 0 | 4A | 28 | 2A | 14C | 3B | 25 |
| Octal | 225 | 46 | 132 | 0 | 112 | 50 | 52 | 514 | 73 | 45 |
| Binary | 10010101 | 100110 | 1011010 | 0 | 1001010 | 101000 | 101010 | 101001100 | 111011 | 100101 |
Color Harmonies of #95265A
Complementary color
Monochromatic Colors of #95265A
Black with #95265A
Text Example
Text Example
White with #95265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95265A; }
p { color: rgb(149,38,90); }
H1.HeaderClassName
{
color: #95265A;
}
.AnyTagClassName
{
color: #95265A;
}
</style>
background-color css
<style>
a { background-color: #95265A; }
a { background-color: rgb(149,38,90); }
div.DivClassName
{
background-color: #95265A;
}
.BgClassName
{
background-color: #95265A;
}
</style>
border-color css
<style>
span { border-color: #95265A; }
span { border-color: rgb(149,38,90); }
td.TdClassName
{
border-color: #95265A;
}
.TagClassName
{
border-color: #95265A;
}
</style>