Shades of Lipstick #953462
Tints of Lipstick #953462
RGB
CMYK
RGB Variations
Color information
#953462 (or 0x953462) is known color: Lipstick. HEX triplet: 95, 34 and 62. RGB value is (149,52,98). Sum of RGB (Red+Green+Blue) = 149+52+98=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #953462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953462 is #6ACB9D. Grayscale: #565656. Windows color (decimal): -6998942 or 6435989. OLE color: 6435989.
HSL color Cylindrical-coordinate representation of color #953462: hue angle of 331.55º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953462 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 98 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.42 |
| HSL | 331.55º | 0.48% | 0.39% | - |
| HSV(B) | 331.55º | 0.65% | 0.58% | - |
| XYZ | 15.83 | 9.73 | 12.6 | - |
| YUV | 86.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 98 | 0 | 0.65 | 0.34 | 0.42 | 331.55 | 0.48 | 0.39 |
| Hex | 95 | 34 | 62 | 0 | 41 | 22 | 2A | 14C | 30 | 27 |
| Octal | 225 | 64 | 142 | 0 | 101 | 42 | 52 | 514 | 60 | 47 |
| Binary | 10010101 | 110100 | 1100010 | 0 | 1000001 | 100010 | 101010 | 101001100 | 110000 | 100111 |
Color Harmonies of #953462
Complementary color
Monochromatic Colors of #953462
Black with #953462
Text Example
Text Example
White with #953462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953462; }
p { color: rgb(149,52,98); }
H1.HeaderClassName
{
color: #953462;
}
.AnyTagClassName
{
color: #953462;
}
</style>
background-color css
<style>
a { background-color: #953462; }
a { background-color: rgb(149,52,98); }
div.DivClassName
{
background-color: #953462;
}
.BgClassName
{
background-color: #953462;
}
</style>
border-color css
<style>
span { border-color: #953462; }
span { border-color: rgb(149,52,98); }
td.TdClassName
{
border-color: #953462;
}
.TagClassName
{
border-color: #953462;
}
</style>