Html Css Color HEX #A01F52 Lipstick

📋 copy color: '#A01F52'

red 160 ◦ green 31 ◦ blue 82

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

Shades of Lipstick #A01F52

Tints of Lipstick #A01F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 58.61%
G = 11.36%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A01F52 (or 0xA01F52) is known color: Lipstick. HEX triplet: A0, 1F and 52. RGB value is (160,31,82). Sum of RGB (Red+Green+Blue) = 160+31+82=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F52 is #5FE0AD. Grayscale: #4B4B4B. Windows color (decimal): -6283438 or 5382048. OLE color: 5382048.

HSL color Cylindrical-coordinate representation of color #A01F52: hue angle of 336.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F52 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 31 82 -
CMYK 0 0.81 0.49 0.37
HSL 336.28º 0.68% 0.37% -
HSV(B) 336.28º 0.81% 0.63% -
XYZ 16.51 9.06 8.86 -
YUV 75.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 160 31 82 0 0.81 0.49 0.37 336.28 0.68 0.37
Hex A0 1F 52 0 51 31 25 150 44 25
Octal 240 37 122 0 121 61 45 520 104 45
Binary 10100000 11111 1010010 0 1010001 110001 100101 101010000 1000100 100101

Color Harmonies of #A01F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F52

Black with #A01F52

Text Example


Text Example

White with #A01F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F52; }

 p { color: rgb(160,31,82); }

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

background-color css

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

 a { background-color: rgb(160,31,82); }

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

border-color css

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

 span { border-color: rgb(160,31,82); }

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