Shades of Lipstick #95264A
Tints of Lipstick #95264A
RGB
CMYK
RGB Variations
Color information
#95264A (or 0x95264A) is known color: Lipstick. HEX triplet: 95, 26 and 4A. RGB value is (149,38,74). Sum of RGB (Red+Green+Blue) = 149+38+74=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95264A is #6AD9B5. Grayscale: #4B4B4B. Windows color (decimal): -7002550 or 4859541. OLE color: 4859541.
HSL color Cylindrical-coordinate representation of color #95264A: hue angle of 340.54º 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 #95264A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 74 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.42 |
| HSL | 340.54º | 0.59% | 0.37% | - |
| HSV(B) | 340.54º | 0.74% | 0.58% | - |
| XYZ | 14.32 | 8.27 | 7.32 | - |
| YUV | 75.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 74 | 0 | 0.74 | 0.50 | 0.42 | 340.54 | 0.59 | 0.37 |
| Hex | 95 | 26 | 4A | 0 | 4A | 32 | 2A | 155 | 3B | 25 |
| Octal | 225 | 46 | 112 | 0 | 112 | 62 | 52 | 525 | 73 | 45 |
| Binary | 10010101 | 100110 | 1001010 | 0 | 1001010 | 110010 | 101010 | 101010101 | 111011 | 100101 |
Color Harmonies of #95264A
Complementary color
Monochromatic Colors of #95264A
Black with #95264A
Text Example
Text Example
White with #95264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95264A; }
p { color: rgb(149,38,74); }
H1.HeaderClassName
{
color: #95264A;
}
.AnyTagClassName
{
color: #95264A;
}
</style>
background-color css
<style>
a { background-color: #95264A; }
a { background-color: rgb(149,38,74); }
div.DivClassName
{
background-color: #95264A;
}
.BgClassName
{
background-color: #95264A;
}
</style>
border-color css
<style>
span { border-color: #95264A; }
span { border-color: rgb(149,38,74); }
td.TdClassName
{
border-color: #95264A;
}
.TagClassName
{
border-color: #95264A;
}
</style>