Shades of Lipstick #951C4C
Tints of Lipstick #951C4C
RGB
CMYK
RGB Variations
Color information
#951C4C (or 0x951C4C) is known color: Lipstick. HEX triplet: 95, 1C and 4C. RGB value is (149,28,76). Sum of RGB (Red+Green+Blue) = 149+28+76=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C4C is #6AE3B3. Grayscale: #454545. Windows color (decimal): -7005108 or 4988053. OLE color: 4988053.
HSL color Cylindrical-coordinate representation of color #951C4C: hue angle of 336.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C4C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 76 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.42 |
| HSL | 336.2º | 0.68% | 0.35% | - |
| HSV(B) | 336.2º | 0.81% | 0.58% | - |
| XYZ | 14.11 | 7.74 | 7.59 | - |
| YUV | 69.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 76 | 0 | 0.81 | 0.49 | 0.42 | 336.2 | 0.68 | 0.35 |
| Hex | 95 | 1C | 4C | 0 | 51 | 31 | 2A | 150 | 44 | 23 |
| Octal | 225 | 34 | 114 | 0 | 121 | 61 | 52 | 520 | 104 | 43 |
| Binary | 10010101 | 11100 | 1001100 | 0 | 1010001 | 110001 | 101010 | 101010000 | 1000100 | 100011 |
Color Harmonies of #951C4C
Complementary color
Monochromatic Colors of #951C4C
Black with #951C4C
Text Example
Text Example
White with #951C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C4C; }
p { color: rgb(149,28,76); }
H1.HeaderClassName
{
color: #951C4C;
}
.AnyTagClassName
{
color: #951C4C;
}
</style>
background-color css
<style>
a { background-color: #951C4C; }
a { background-color: rgb(149,28,76); }
div.DivClassName
{
background-color: #951C4C;
}
.BgClassName
{
background-color: #951C4C;
}
</style>
border-color css
<style>
span { border-color: #951C4C; }
span { border-color: rgb(149,28,76); }
td.TdClassName
{
border-color: #951C4C;
}
.TagClassName
{
border-color: #951C4C;
}
</style>