#A1183F

Color #A1183F Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A1183F

Tints of Lipstick #A1183F

Color information

#A1183F (or 0xA1183F) is unknown color: approx Lipstick. HEX triplet: A1, 18 and 3F. RGB value is (161,24,63). Sum of RGB (Red+Green+Blue) = 161+24+63=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A1183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1183F is #5EE7C0. Grayscale: #454545. Windows color (decimal): -6219713 or 4135073. OLE color: 4135073.

HSL color Cylindrical-coordinate representation of color #A1183F: hue angle of 342.92º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1183F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1612463-
CMYK00.850.610.37
HSL342.92º74.05%36.27%-
HSV(B)342.92º85.09%63.14%-
XYZ15.928.595.52-
YUV69.41124.39193.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 64.92%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 63 (25% from 255) = 25.40%
R=64.92%
G=9.68%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161246300.850.610.37342.9274.0536.27
HexA1183F0553D251574a24
Octal24130770125754552711244
Binary1010000111000111111010101011111011001011010101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1183F; }

 p { color: rgb(161,24,63); }

 H1.HeaderClassName
 {
   color: #A1183F;
 }
 .AnyTagClassName
 {
   color: #A1183F;
 }
</style>
background-color css

<style>
 a { background-color: #A1183F; }

 a { background-color: rgb(161,24,63); }

 div.DivClassName
 {
   background-color: #A1183F;
 }
 .BgClassName
 {
   background-color: #A1183F;
 }
</style>
border-color css

<style>
 span { border-color: #A1183F; }

 span { border-color: rgb(161,24,63); }

 td.TdClassName
 {
   border-color: #A1183F;
 }
 .TagClassName
 {
   border-color: #A1183F;
 }
</style>