Html Css Color HEX #A01440 Lipstick

📋 copy color: '#A01440'

red 160 ◦ green 20 ◦ blue 64

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

Shades of Lipstick #A01440

Tints of Lipstick #A01440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 65.57%
G = 8.2%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A01440 (or 0xA01440) is known color: Lipstick. HEX triplet: A0, 14 and 40. RGB value is (160,20,64). Sum of RGB (Red+Green+Blue) = 160+20+64=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A01440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01440 is #5FEBBF. Grayscale: #424242. Windows color (decimal): -6286272 or 4199584. OLE color: 4199584.

HSL color Cylindrical-coordinate representation of color #A01440: hue angle of 341.14º degrees, saturation: 0.78, 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 #A01440 is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 64 -
CMYK 0 0.88 0.6 0.37
HSL 341.14º 0.78% 0.35% -
HSV(B) 341.14º 0.88% 0.63% -
XYZ 15.67 8.34 5.64 -
YUV 66.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 160 20 64 0 0.88 0.6 0.37 341.14 0.78 0.35
Hex A0 14 40 0 58 3C 25 155 4E 23
Octal 240 24 100 0 130 74 45 525 116 43
Binary 10100000 10100 1000000 0 1011000 111100 100101 101010101 1001110 100011

Color Harmonies of #A01440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01440

Black with #A01440

Text Example


Text Example

White with #A01440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01440; }

 p { color: rgb(160,20,64); }

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

background-color css

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

 a { background-color: rgb(160,20,64); }

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

border-color css

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

 span { border-color: rgb(160,20,64); }

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