Html Css Color HEX #A91E47 Lipstick

📋 copy color: '#A91E47'

red 169 ◦ green 30 ◦ blue 71

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

Shades of Lipstick #A91E47

Tints of Lipstick #A91E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 62.59%
G = 11.11%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A91E47 (or 0xA91E47) is known color: Lipstick. HEX triplet: A9, 1E and 47. RGB value is (169,30,71). Sum of RGB (Red+Green+Blue) = 169+30+71=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E47 is #56E1B8. Grayscale: #4C4C4C. Windows color (decimal): -5693881 or 4660905. OLE color: 4660905.

HSL color Cylindrical-coordinate representation of color #A91E47: hue angle of 342.3º degrees, saturation: 0.7, 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 #A91E47 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 30 71 -
CMYK 0 0.82 0.58 0.34
HSL 342.3º 0.7% 0.39% -
HSV(B) 342.3º 0.82% 0.66% -
XYZ 17.96 9.82 6.91 -
YUV 76.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 169 30 71 0 0.82 0.58 0.34 342.3 0.7 0.39
Hex A9 1E 47 0 52 3A 22 156 46 27
Octal 251 36 107 0 122 72 42 526 106 47
Binary 10101001 11110 1000111 0 1010010 111010 100010 101010110 1000110 100111

Color Harmonies of #A91E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E47

Black with #A91E47

Text Example


Text Example

White with #A91E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E47; }

 p { color: rgb(169,30,71); }

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

background-color css

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

 a { background-color: rgb(169,30,71); }

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

border-color css

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

 span { border-color: rgb(169,30,71); }

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