Shades of Lipstick #952A4B
Tints of Lipstick #952A4B
RGB
CMYK
RGB Variations
Color information
#952A4B (or 0x952A4B) is known color: Lipstick. HEX triplet: 95, 2A and 4B. RGB value is (149,42,75). Sum of RGB (Red+Green+Blue) = 149+42+75=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A4B is #6AD5B4. Grayscale: #4D4D4D. Windows color (decimal): -7001525 or 4926101. OLE color: 4926101.
HSL color Cylindrical-coordinate representation of color #952A4B: hue angle of 341.5º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A4B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 75 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.42 |
| HSL | 341.5º | 0.56% | 0.37% | - |
| HSV(B) | 341.5º | 0.72% | 0.58% | - |
| XYZ | 14.49 | 8.55 | 7.54 | - |
| YUV | 77.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 75 | 0 | 0.72 | 0.50 | 0.42 | 341.5 | 0.56 | 0.37 |
| Hex | 95 | 2A | 4B | 0 | 48 | 32 | 2A | 155 | 38 | 25 |
| Octal | 225 | 52 | 113 | 0 | 110 | 62 | 52 | 525 | 70 | 45 |
| Binary | 10010101 | 101010 | 1001011 | 0 | 1001000 | 110010 | 101010 | 101010101 | 111000 | 100101 |
Color Harmonies of #952A4B
Complementary color
Monochromatic Colors of #952A4B
Black with #952A4B
Text Example
Text Example
White with #952A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A4B; }
p { color: rgb(149,42,75); }
H1.HeaderClassName
{
color: #952A4B;
}
.AnyTagClassName
{
color: #952A4B;
}
</style>
background-color css
<style>
a { background-color: #952A4B; }
a { background-color: rgb(149,42,75); }
div.DivClassName
{
background-color: #952A4B;
}
.BgClassName
{
background-color: #952A4B;
}
</style>
border-color css
<style>
span { border-color: #952A4B; }
span { border-color: rgb(149,42,75); }
td.TdClassName
{
border-color: #952A4B;
}
.TagClassName
{
border-color: #952A4B;
}
</style>