Shades of Lipstick #95326A
Tints of Lipstick #95326A
RGB
CMYK
RGB Variations
Color information
#95326A (or 0x95326A) is known color: Lipstick. HEX triplet: 95, 32 and 6A. RGB value is (149,50,106). Sum of RGB (Red+Green+Blue) = 149+50+106=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95326A is #6ACD95. Grayscale: #555555. Windows color (decimal): -6999446 or 6959765. OLE color: 6959765.
HSL color Cylindrical-coordinate representation of color #95326A: hue angle of 326.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95326A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 106 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.42 |
| HSL | 326.06º | 0.5% | 0.39% | - |
| HSV(B) | 326.06º | 0.66% | 0.58% | - |
| XYZ | 16.14 | 9.71 | 14.66 | - |
| YUV | 85.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 106 | 0 | 0.66 | 0.29 | 0.42 | 326.06 | 0.5 | 0.39 |
| Hex | 95 | 32 | 6A | 0 | 42 | 1D | 2A | 146 | 32 | 27 |
| Octal | 225 | 62 | 152 | 0 | 102 | 35 | 52 | 506 | 62 | 47 |
| Binary | 10010101 | 110010 | 1101010 | 0 | 1000010 | 11101 | 101010 | 101000110 | 110010 | 100111 |
Color Harmonies of #95326A
Complementary color
Monochromatic Colors of #95326A
Black with #95326A
Text Example
Text Example
White with #95326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95326A; }
p { color: rgb(149,50,106); }
H1.HeaderClassName
{
color: #95326A;
}
.AnyTagClassName
{
color: #95326A;
}
</style>
background-color css
<style>
a { background-color: #95326A; }
a { background-color: rgb(149,50,106); }
div.DivClassName
{
background-color: #95326A;
}
.BgClassName
{
background-color: #95326A;
}
</style>
border-color css
<style>
span { border-color: #95326A; }
span { border-color: rgb(149,50,106); }
td.TdClassName
{
border-color: #95326A;
}
.TagClassName
{
border-color: #95326A;
}
</style>