Shades of Lipstick #953263
Tints of Lipstick #953263
RGB
CMYK
RGB Variations
Color information
#953263 (or 0x953263) is known color: Lipstick. HEX triplet: 95, 32 and 63. RGB value is (149,50,99). Sum of RGB (Red+Green+Blue) = 149+50+99=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953263 is #6ACD9C. Grayscale: #555555. Windows color (decimal): -6999453 or 6501013. OLE color: 6501013.
HSL color Cylindrical-coordinate representation of color #953263: hue angle of 330.3º 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 #953263 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 99 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.42 |
| HSL | 330.3º | 0.5% | 0.39% | - |
| HSV(B) | 330.3º | 0.66% | 0.58% | - |
| XYZ | 15.79 | 9.57 | 12.82 | - |
| YUV | 85.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 99 | 0 | 0.66 | 0.34 | 0.42 | 330.3 | 0.5 | 0.39 |
| Hex | 95 | 32 | 63 | 0 | 42 | 22 | 2A | 14A | 32 | 27 |
| Octal | 225 | 62 | 143 | 0 | 102 | 42 | 52 | 512 | 62 | 47 |
| Binary | 10010101 | 110010 | 1100011 | 0 | 1000010 | 100010 | 101010 | 101001010 | 110010 | 100111 |
Color Harmonies of #953263
Complementary color
Monochromatic Colors of #953263
Black with #953263
Text Example
Text Example
White with #953263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953263; }
p { color: rgb(149,50,99); }
H1.HeaderClassName
{
color: #953263;
}
.AnyTagClassName
{
color: #953263;
}
</style>
background-color css
<style>
a { background-color: #953263; }
a { background-color: rgb(149,50,99); }
div.DivClassName
{
background-color: #953263;
}
.BgClassName
{
background-color: #953263;
}
</style>
border-color css
<style>
span { border-color: #953263; }
span { border-color: rgb(149,50,99); }
td.TdClassName
{
border-color: #953263;
}
.TagClassName
{
border-color: #953263;
}
</style>