Shades of Lipstick #951B4B
Tints of Lipstick #951B4B
RGB
CMYK
RGB Variations
Color information
#951B4B (or 0x951B4B) is known color: Lipstick. HEX triplet: 95, 1B and 4B. RGB value is (149,27,75). Sum of RGB (Red+Green+Blue) = 149+27+75=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B4B is #6AE4B4. Grayscale: #444444. Windows color (decimal): -7005365 or 4922261. OLE color: 4922261.
HSL color Cylindrical-coordinate representation of color #951B4B: hue angle of 336.39º 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 #951B4B is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 75 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.42 |
| HSL | 336.39º | 0.69% | 0.35% | - |
| HSV(B) | 336.39º | 0.82% | 0.58% | - |
| XYZ | 14.06 | 7.68 | 7.4 | - |
| YUV | 68.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 75 | 0 | 0.82 | 0.50 | 0.42 | 336.39 | 0.69 | 0.35 |
| Hex | 95 | 1B | 4B | 0 | 52 | 32 | 2A | 150 | 45 | 23 |
| Octal | 225 | 33 | 113 | 0 | 122 | 62 | 52 | 520 | 105 | 43 |
| Binary | 10010101 | 11011 | 1001011 | 0 | 1010010 | 110010 | 101010 | 101010000 | 1000101 | 100011 |
Color Harmonies of #951B4B
Complementary color
Monochromatic Colors of #951B4B
Black with #951B4B
Text Example
Text Example
White with #951B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B4B; }
p { color: rgb(149,27,75); }
H1.HeaderClassName
{
color: #951B4B;
}
.AnyTagClassName
{
color: #951B4B;
}
</style>
background-color css
<style>
a { background-color: #951B4B; }
a { background-color: rgb(149,27,75); }
div.DivClassName
{
background-color: #951B4B;
}
.BgClassName
{
background-color: #951B4B;
}
</style>
border-color css
<style>
span { border-color: #951B4B; }
span { border-color: rgb(149,27,75); }
td.TdClassName
{
border-color: #951B4B;
}
.TagClassName
{
border-color: #951B4B;
}
</style>