Html Css Color HEX #A91F49 Lipstick

📋 copy color: '#A91F49'

red 169 ◦ green 31 ◦ blue 73

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

Shades of Lipstick #A91F49

Tints of Lipstick #A91F49

RGB

 RED value IS 169 (66.41% from 255) = 61.9%

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 61.9%
G = 11.36%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A91F49 (or 0xA91F49) is known color: Lipstick. HEX triplet: A9, 1F and 49. RGB value is (169,31,73). Sum of RGB (Red+Green+Blue) = 169+31+73=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F49 is #56E0B6. Grayscale: #4D4D4D. Windows color (decimal): -5693623 or 4792233. OLE color: 4792233.

HSL color Cylindrical-coordinate representation of color #A91F49: hue angle of 341.74º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91F49 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 31 73 -
CMYK 0 0.82 0.57 0.34
HSL 341.74º 0.69% 0.39% -
HSV(B) 341.74º 0.82% 0.66% -
XYZ 18.05 9.9 7.26 -
YUV 77.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 169 31 73 0 0.82 0.57 0.34 341.74 0.69 0.39
Hex A9 1F 49 0 52 39 22 156 45 27
Octal 251 37 111 0 122 71 42 526 105 47
Binary 10101001 11111 1001001 0 1010010 111001 100010 101010110 1000101 100111

Color Harmonies of #A91F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F49

Black with #A91F49

Text Example


Text Example

White with #A91F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F49; }

 p { color: rgb(169,31,73); }

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

background-color css

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

 a { background-color: rgb(169,31,73); }

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

border-color css

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

 span { border-color: rgb(169,31,73); }

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