Shades of Lipstick #951B54
Tints of Lipstick #951B54
RGB
CMYK
RGB Variations
Color information
#951B54 (or 0x951B54) is known color: Lipstick. HEX triplet: 95, 1B and 54. RGB value is (149,27,84). Sum of RGB (Red+Green+Blue) = 149+27+84=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B54 is #6AE4AB. Grayscale: #454545. Windows color (decimal): -7005356 or 5512085. OLE color: 5512085.
HSL color Cylindrical-coordinate representation of color #951B54: hue angle of 331.97º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B54 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 84 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.42 |
| HSL | 331.97º | 0.69% | 0.35% | - |
| HSV(B) | 331.97º | 0.82% | 0.58% | - |
| XYZ | 14.39 | 7.81 | 9.14 | - |
| YUV | 69.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 84 | 0 | 0.82 | 0.44 | 0.42 | 331.97 | 0.69 | 0.35 |
| Hex | 95 | 1B | 54 | 0 | 52 | 2C | 2A | 14C | 45 | 23 |
| Octal | 225 | 33 | 124 | 0 | 122 | 54 | 52 | 514 | 105 | 43 |
| Binary | 10010101 | 11011 | 1010100 | 0 | 1010010 | 101100 | 101010 | 101001100 | 1000101 | 100011 |
Color Harmonies of #951B54
Complementary color
Monochromatic Colors of #951B54
Black with #951B54
Text Example
Text Example
White with #951B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B54; }
p { color: rgb(149,27,84); }
H1.HeaderClassName
{
color: #951B54;
}
.AnyTagClassName
{
color: #951B54;
}
</style>
background-color css
<style>
a { background-color: #951B54; }
a { background-color: rgb(149,27,84); }
div.DivClassName
{
background-color: #951B54;
}
.BgClassName
{
background-color: #951B54;
}
</style>
border-color css
<style>
span { border-color: #951B54; }
span { border-color: rgb(149,27,84); }
td.TdClassName
{
border-color: #951B54;
}
.TagClassName
{
border-color: #951B54;
}
</style>