Shades of Lipstick #951843
Tints of Lipstick #951843
RGB
CMYK
RGB Variations
Color information
#951843 (or 0x951843) is known color: Lipstick. HEX triplet: 95, 18 and 43. RGB value is (149,24,67). Sum of RGB (Red+Green+Blue) = 149+24+67=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #951843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951843 is #6AE7BC. Grayscale: #424242. Windows color (decimal): -7006141 or 4397205. OLE color: 4397205.
HSL color Cylindrical-coordinate representation of color #951843: hue angle of 339.36º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951843 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 67 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.42 |
| HSL | 339.36º | 0.72% | 0.34% | - |
| HSV(B) | 339.36º | 0.84% | 0.58% | - |
| XYZ | 13.73 | 7.45 | 6.02 | - |
| YUV | 66.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 67 | 0 | 0.84 | 0.55 | 0.42 | 339.36 | 0.72 | 0.34 |
| Hex | 95 | 18 | 43 | 0 | 54 | 37 | 2A | 153 | 48 | 22 |
| Octal | 225 | 30 | 103 | 0 | 124 | 67 | 52 | 523 | 110 | 42 |
| Binary | 10010101 | 11000 | 1000011 | 0 | 1010100 | 110111 | 101010 | 101010011 | 1001000 | 100010 |
Color Harmonies of #951843
Complementary color
Monochromatic Colors of #951843
Black with #951843
Text Example
Text Example
White with #951843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951843; }
p { color: rgb(149,24,67); }
H1.HeaderClassName
{
color: #951843;
}
.AnyTagClassName
{
color: #951843;
}
</style>
background-color css
<style>
a { background-color: #951843; }
a { background-color: rgb(149,24,67); }
div.DivClassName
{
background-color: #951843;
}
.BgClassName
{
background-color: #951843;
}
</style>
border-color css
<style>
span { border-color: #951843; }
span { border-color: rgb(149,24,67); }
td.TdClassName
{
border-color: #951843;
}
.TagClassName
{
border-color: #951843;
}
</style>