Shades of Lipstick #951753
Tints of Lipstick #951753
RGB
CMYK
RGB Variations
Color information
#951753 (or 0x951753) is known color: Lipstick. HEX triplet: 95, 17 and 53. RGB value is (149,23,83). Sum of RGB (Red+Green+Blue) = 149+23+83=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #951753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951753 is #6AE8AC. Grayscale: #434343. Windows color (decimal): -7006381 or 5445525. OLE color: 5445525.
HSL color Cylindrical-coordinate representation of color #951753: hue angle of 331.43º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951753 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 83 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.42 |
| HSL | 331.43º | 0.73% | 0.34% | - |
| HSV(B) | 331.43º | 0.85% | 0.58% | - |
| XYZ | 14.26 | 7.63 | 8.9 | - |
| YUV | 67.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 83 | 0 | 0.85 | 0.44 | 0.42 | 331.43 | 0.73 | 0.34 |
| Hex | 95 | 17 | 53 | 0 | 55 | 2C | 2A | 14B | 49 | 22 |
| Octal | 225 | 27 | 123 | 0 | 125 | 54 | 52 | 513 | 111 | 42 |
| Binary | 10010101 | 10111 | 1010011 | 0 | 1010101 | 101100 | 101010 | 101001011 | 1001001 | 100010 |
Color Harmonies of #951753
Complementary color
Monochromatic Colors of #951753
Black with #951753
Text Example
Text Example
White with #951753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951753; }
p { color: rgb(149,23,83); }
H1.HeaderClassName
{
color: #951753;
}
.AnyTagClassName
{
color: #951753;
}
</style>
background-color css
<style>
a { background-color: #951753; }
a { background-color: rgb(149,23,83); }
div.DivClassName
{
background-color: #951753;
}
.BgClassName
{
background-color: #951753;
}
</style>
border-color css
<style>
span { border-color: #951753; }
span { border-color: rgb(149,23,83); }
td.TdClassName
{
border-color: #951753;
}
.TagClassName
{
border-color: #951753;
}
</style>