Html Css Color HEX #A01241 Lipstick

📋 copy color: '#A01241'

red 160 ◦ green 18 ◦ blue 65

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

Shades of Lipstick #A01241

Tints of Lipstick #A01241

RGB

 RED value IS 160 (62.89% from 255) = 65.84%

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

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

R = 65.84%
G = 7.41%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01241 (or 0xA01241) is known color: Lipstick. HEX triplet: A0, 12 and 41. RGB value is (160,18,65). Sum of RGB (Red+Green+Blue) = 160+18+65=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A01241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01241 is #5FEDBE. Grayscale: #414141. Windows color (decimal): -6286783 or 4264608. OLE color: 4264608.

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

Color convert

RGB 160 18 65 -
CMYK 0 0.89 0.59 0.37
HSL 340.14º 0.8% 0.35% -
HSV(B) 340.14º 0.89% 0.63% -
XYZ 15.67 8.29 5.77 -
YUV 65.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 160 18 65 0 0.89 0.59 0.37 340.14 0.8 0.35
Hex A0 12 41 0 59 3B 25 154 50 23
Octal 240 22 101 0 131 73 45 524 120 43
Binary 10100000 10010 1000001 0 1011001 111011 100101 101010100 1010000 100011

Color Harmonies of #A01241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01241

Black with #A01241

Text Example


Text Example

White with #A01241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01241; }

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

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

background-color css

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

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

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

border-color css

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

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

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