Shades of Lipstick #A91C4F
Tints of Lipstick #A91C4F
RGB
CMYK
RGB Variations
Color information
#A91C4F (or 0xA91C4F) is known color: Lipstick. HEX triplet: A9, 1C and 4F. RGB value is (169,28,79). Sum of RGB (Red+Green+Blue) = 169+28+79=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C4F is #56E3B0. Grayscale: #4B4B4B. Windows color (decimal): -5694385 or 5184681. OLE color: 5184681.
HSL color Cylindrical-coordinate representation of color #A91C4F: hue angle of 338.3º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C4F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 79 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.34 |
| HSL | 338.3º | 0.72% | 0.39% | - |
| HSV(B) | 338.3º | 0.83% | 0.66% | - |
| XYZ | 18.19 | 9.83 | 8.34 | - |
| YUV | 75.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 79 | 0 | 0.83 | 0.53 | 0.34 | 338.3 | 0.72 | 0.39 |
| Hex | A9 | 1C | 4F | 0 | 53 | 35 | 22 | 152 | 48 | 27 |
| Octal | 251 | 34 | 117 | 0 | 123 | 65 | 42 | 522 | 110 | 47 |
| Binary | 10101001 | 11100 | 1001111 | 0 | 1010011 | 110101 | 100010 | 101010010 | 1001000 | 100111 |
Color Harmonies of #A91C4F
Complementary color
Monochromatic Colors of #A91C4F
Black with #A91C4F
Text Example
Text Example
White with #A91C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C4F; }
p { color: rgb(169,28,79); }
H1.HeaderClassName
{
color: #A91C4F;
}
.AnyTagClassName
{
color: #A91C4F;
}
</style>
background-color css
<style>
a { background-color: #A91C4F; }
a { background-color: rgb(169,28,79); }
div.DivClassName
{
background-color: #A91C4F;
}
.BgClassName
{
background-color: #A91C4F;
}
</style>
border-color css
<style>
span { border-color: #A91C4F; }
span { border-color: rgb(169,28,79); }
td.TdClassName
{
border-color: #A91C4F;
}
.TagClassName
{
border-color: #A91C4F;
}
</style>