#A11848

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

Shades of Lipstick #A11848

Tints of Lipstick #A11848

Color information

#A11848 (or 0xA11848) is unknown color: approx Lipstick. HEX triplet: A1, 18 and 48. RGB value is (161,24,72). Sum of RGB (Red+Green+Blue) = 161+24+72=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A11848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11848 is #5EE7B7. Grayscale: #464646. Windows color (decimal): -6219704 or 4724897. OLE color: 4724897.

HSL color Cylindrical-coordinate representation of color #A11848: hue angle of 338.98º 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 #A11848 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1612472-
CMYK00.850.550.37
HSL338.98º74.05%36.27%-
HSV(B)338.98º85.09%63.14%-
XYZ16.198.76.96-
YUV70.44128.89192.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.65%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=62.65%
G=9.34%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161247200.850.550.37338.9874.0536.27
HexA1184805537251534a24
Octal241301100125674552311244
Binary10100001110001001000010101011101111001011010100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11848; }

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

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

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

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

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

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

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

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