Shades of Lipstick #991A4B
Tints of Lipstick #991A4B
RGB
CMYK
RGB Variations
Color information
#991A4B (or 0x991A4B) is known color: Lipstick. HEX triplet: 99, 1A and 4B. RGB value is (153,26,75). Sum of RGB (Red+Green+Blue) = 153+26+75=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #991A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A4B is #66E5B4. Grayscale: #454545. Windows color (decimal): -6743477 or 4922009. OLE color: 4922009.
HSL color Cylindrical-coordinate representation of color #991A4B: hue angle of 336.85º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A4B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 75 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.4 |
| HSL | 336.85º | 0.71% | 0.35% | - |
| HSV(B) | 336.85º | 0.83% | 0.6% | - |
| XYZ | 14.78 | 8.02 | 7.43 | - |
| YUV | 69.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 75 | 0 | 0.83 | 0.51 | 0.4 | 336.85 | 0.71 | 0.35 |
| Hex | 99 | 1A | 4B | 0 | 53 | 33 | 28 | 151 | 47 | 23 |
| Octal | 231 | 32 | 113 | 0 | 123 | 63 | 50 | 521 | 107 | 43 |
| Binary | 10011001 | 11010 | 1001011 | 0 | 1010011 | 110011 | 101000 | 101010001 | 1000111 | 100011 |
Color Harmonies of #991A4B
Complementary color
Monochromatic Colors of #991A4B
Black with #991A4B
Text Example
Text Example
White with #991A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A4B; }
p { color: rgb(153,26,75); }
H1.HeaderClassName
{
color: #991A4B;
}
.AnyTagClassName
{
color: #991A4B;
}
</style>
background-color css
<style>
a { background-color: #991A4B; }
a { background-color: rgb(153,26,75); }
div.DivClassName
{
background-color: #991A4B;
}
.BgClassName
{
background-color: #991A4B;
}
</style>
border-color css
<style>
span { border-color: #991A4B; }
span { border-color: rgb(153,26,75); }
td.TdClassName
{
border-color: #991A4B;
}
.TagClassName
{
border-color: #991A4B;
}
</style>