Html Css Color HEX #A01541 Lipstick

📋 copy color: '#A01541'

red 160 ◦ green 21 ◦ blue 65

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

Shades of Lipstick #A01541

Tints of Lipstick #A01541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 65.04%
G = 8.54%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01541 (or 0xA01541) is known color: Lipstick. HEX triplet: A0, 15 and 41. RGB value is (160,21,65). Sum of RGB (Red+Green+Blue) = 160+21+65=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A01541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01541 is #5FEABE. Grayscale: #434343. Windows color (decimal): -6286015 or 4265376. OLE color: 4265376.

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

Color convert

RGB 160 21 65 -
CMYK 0 0.87 0.59 0.37
HSL 341.01º 0.77% 0.35% -
HSV(B) 341.01º 0.87% 0.63% -
XYZ 15.72 8.39 5.79 -
YUV 67.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 160 21 65 0 0.87 0.59 0.37 341.01 0.77 0.35
Hex A0 15 41 0 57 3B 25 155 4D 23
Octal 240 25 101 0 127 73 45 525 115 43
Binary 10100000 10101 1000001 0 1010111 111011 100101 101010101 1001101 100011

Color Harmonies of #A01541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01541

Black with #A01541

Text Example


Text Example

White with #A01541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01541; }

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

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

background-color css

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

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

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

border-color css

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

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

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