Shades of Lipstick #A1133F
Tints of Lipstick #A1133F
RGB
CMYK
RGB Variations
Color information
#A1133F (or 0xA1133F) is known color: Lipstick. HEX triplet: A1, 13 and 3F. RGB value is (161,19,63). Sum of RGB (Red+Green+Blue) = 161+19+63=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1133F is #5EECC0. Grayscale: #424242. Windows color (decimal): -6220993 or 4133793. OLE color: 4133793.
HSL color Cylindrical-coordinate representation of color #A1133F: hue angle of 341.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1133F is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 63 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.37 |
| HSL | 341.41º | 0.79% | 0.35% | - |
| HSV(B) | 341.41º | 0.88% | 0.63% | - |
| XYZ | 15.83 | 8.4 | 5.49 | - |
| YUV | 66.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 63 | 0 | 0.88 | 0.61 | 0.37 | 341.41 | 0.79 | 0.35 |
| Hex | A1 | 13 | 3F | 0 | 58 | 3D | 25 | 155 | 4F | 23 |
| Octal | 241 | 23 | 77 | 0 | 130 | 75 | 45 | 525 | 117 | 43 |
| Binary | 10100001 | 10011 | 111111 | 0 | 1011000 | 111101 | 100101 | 101010101 | 1001111 | 100011 |
Color Harmonies of #A1133F
Complementary color
Monochromatic Colors of #A1133F
Black with #A1133F
Text Example
Text Example
White with #A1133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1133F; }
p { color: rgb(161,19,63); }
H1.HeaderClassName
{
color: #A1133F;
}
.AnyTagClassName
{
color: #A1133F;
}
</style>
background-color css
<style>
a { background-color: #A1133F; }
a { background-color: rgb(161,19,63); }
div.DivClassName
{
background-color: #A1133F;
}
.BgClassName
{
background-color: #A1133F;
}
</style>
border-color css
<style>
span { border-color: #A1133F; }
span { border-color: rgb(161,19,63); }
td.TdClassName
{
border-color: #A1133F;
}
.TagClassName
{
border-color: #A1133F;
}
</style>