Html Css Color HEX #A11241 Lipstick

📋 copy color: '#A11241'

red 161 ◦ green 18 ◦ blue 65

#A11241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A11241

Tints of Lipstick #A11241

RGB

 RED value IS 161 (63.28% from 255) = 65.98%

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 65.98%
G = 7.38%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A11241 (or 0xA11241) is known color: Lipstick. HEX triplet: A1, 12 and 41. RGB value is (161,18,65). Sum of RGB (Red+Green+Blue) = 161+18+65=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A11241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11241 is #5EEDBE. Grayscale: #424242. Windows color (decimal): -6221247 or 4264609. OLE color: 4264609.

HSL color Cylindrical-coordinate representation of color #A11241: hue angle of 340.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11241 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 65 -
CMYK 0 0.89 0.60 0.37
HSL 340.28º 0.8% 0.35% -
HSV(B) 340.28º 0.89% 0.63% -
XYZ 15.87 8.39 5.78 -
YUV 66.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 161 18 65 0 0.89 0.60 0.37 340.28 0.8 0.35
Hex A1 12 41 0 59 3C 25 154 50 23
Octal 241 22 101 0 131 74 45 524 120 43
Binary 10100001 10010 1000001 0 1011001 111100 100101 101010100 1010000 100011

Color Harmonies of #A11241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11241

Black with #A11241

Text Example


Text Example

White with #A11241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11241; }

 p { color: rgb(161,18,65); }

 H1.HeaderClassName
 {
   color: #A11241;
 }
 .AnyTagClassName
 {
   color: #A11241;
 }
</style>

background-color css

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

 a { background-color: rgb(161,18,65); }

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

border-color css

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

 span { border-color: rgb(161,18,65); }

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