Shades of Lipstick #95316A
Tints of Lipstick #95316A
RGB
CMYK
RGB Variations
Color information
#95316A (or 0x95316A) is known color: Lipstick. HEX triplet: 95, 31 and 6A. RGB value is (149,49,106). Sum of RGB (Red+Green+Blue) = 149+49+106=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95316A is #6ACE95. Grayscale: #555555. Windows color (decimal): -6999702 or 6959509. OLE color: 6959509.
HSL color Cylindrical-coordinate representation of color #95316A: hue angle of 325.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95316A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 106 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.42 |
| HSL | 325.8º | 0.51% | 0.39% | - |
| HSV(B) | 325.8º | 0.67% | 0.58% | - |
| XYZ | 16.09 | 9.63 | 14.65 | - |
| YUV | 85.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 106 | 0 | 0.67 | 0.29 | 0.42 | 325.8 | 0.51 | 0.39 |
| Hex | 95 | 31 | 6A | 0 | 43 | 1D | 2A | 146 | 33 | 27 |
| Octal | 225 | 61 | 152 | 0 | 103 | 35 | 52 | 506 | 63 | 47 |
| Binary | 10010101 | 110001 | 1101010 | 0 | 1000011 | 11101 | 101010 | 101000110 | 110011 | 100111 |
Color Harmonies of #95316A
Complementary color
Monochromatic Colors of #95316A
Black with #95316A
Text Example
Text Example
White with #95316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95316A; }
p { color: rgb(149,49,106); }
H1.HeaderClassName
{
color: #95316A;
}
.AnyTagClassName
{
color: #95316A;
}
</style>
background-color css
<style>
a { background-color: #95316A; }
a { background-color: rgb(149,49,106); }
div.DivClassName
{
background-color: #95316A;
}
.BgClassName
{
background-color: #95316A;
}
</style>
border-color css
<style>
span { border-color: #95316A; }
span { border-color: rgb(149,49,106); }
td.TdClassName
{
border-color: #95316A;
}
.TagClassName
{
border-color: #95316A;
}
</style>