Shades of Lipstick #95265E
Tints of Lipstick #95265E
RGB
CMYK
RGB Variations
Color information
#95265E (or 0x95265E) is known color: Lipstick. HEX triplet: 95, 26 and 5E. RGB value is (149,38,94). Sum of RGB (Red+Green+Blue) = 149+38+94=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95265E is #6AD9A1. Grayscale: #4D4D4D. Windows color (decimal): -7002530 or 6170261. OLE color: 6170261.
HSL color Cylindrical-coordinate representation of color #95265E: hue angle of 329.73º 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 #95265E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 94 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.42 |
| HSL | 329.73º | 0.59% | 0.37% | - |
| HSV(B) | 329.73º | 0.74% | 0.58% | - |
| XYZ | 15.11 | 8.58 | 11.45 | - |
| YUV | 77.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 94 | 0 | 0.74 | 0.37 | 0.42 | 329.73 | 0.59 | 0.37 |
| Hex | 95 | 26 | 5E | 0 | 4A | 25 | 2A | 14A | 3B | 25 |
| Octal | 225 | 46 | 136 | 0 | 112 | 45 | 52 | 512 | 73 | 45 |
| Binary | 10010101 | 100110 | 1011110 | 0 | 1001010 | 100101 | 101010 | 101001010 | 111011 | 100101 |
Color Harmonies of #95265E
Complementary color
Monochromatic Colors of #95265E
Black with #95265E
Text Example
Text Example
White with #95265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95265E; }
p { color: rgb(149,38,94); }
H1.HeaderClassName
{
color: #95265E;
}
.AnyTagClassName
{
color: #95265E;
}
</style>
background-color css
<style>
a { background-color: #95265E; }
a { background-color: rgb(149,38,94); }
div.DivClassName
{
background-color: #95265E;
}
.BgClassName
{
background-color: #95265E;
}
</style>
border-color css
<style>
span { border-color: #95265E; }
span { border-color: rgb(149,38,94); }
td.TdClassName
{
border-color: #95265E;
}
.TagClassName
{
border-color: #95265E;
}
</style>