Shades of Lipstick #951E4A
Tints of Lipstick #951E4A
RGB
CMYK
RGB Variations
Color information
#951E4A (or 0x951E4A) is known color: Lipstick. HEX triplet: 95, 1E and 4A. RGB value is (149,30,74). Sum of RGB (Red+Green+Blue) = 149+30+74=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E4A is #6AE1B5. Grayscale: #464646. Windows color (decimal): -7004598 or 4857493. OLE color: 4857493.
HSL color Cylindrical-coordinate representation of color #951E4A: hue angle of 337.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E4A is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 74 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.42 |
| HSL | 337.82º | 0.66% | 0.35% | - |
| HSV(B) | 337.82º | 0.8% | 0.58% | - |
| XYZ | 14.09 | 7.81 | 7.24 | - |
| YUV | 70.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 74 | 0 | 0.80 | 0.50 | 0.42 | 337.82 | 0.66 | 0.35 |
| Hex | 95 | 1E | 4A | 0 | 50 | 32 | 2A | 152 | 42 | 23 |
| Octal | 225 | 36 | 112 | 0 | 120 | 62 | 52 | 522 | 102 | 43 |
| Binary | 10010101 | 11110 | 1001010 | 0 | 1010000 | 110010 | 101010 | 101010010 | 1000010 | 100011 |
Color Harmonies of #951E4A
Complementary color
Monochromatic Colors of #951E4A
Black with #951E4A
Text Example
Text Example
White with #951E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E4A; }
p { color: rgb(149,30,74); }
H1.HeaderClassName
{
color: #951E4A;
}
.AnyTagClassName
{
color: #951E4A;
}
</style>
background-color css
<style>
a { background-color: #951E4A; }
a { background-color: rgb(149,30,74); }
div.DivClassName
{
background-color: #951E4A;
}
.BgClassName
{
background-color: #951E4A;
}
</style>
border-color css
<style>
span { border-color: #951E4A; }
span { border-color: rgb(149,30,74); }
td.TdClassName
{
border-color: #951E4A;
}
.TagClassName
{
border-color: #951E4A;
}
</style>