#A91D4D

Color #A91D4D Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A91D4D

Tints of Lipstick #A91D4D

Color information

#A91D4D (or 0xA91D4D) is unknown color: approx Lipstick. HEX triplet: A9, 1D and 4D. RGB value is (169,29,77). Sum of RGB (Red+Green+Blue) = 169+29+77=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91D4D is #56E2B2. Grayscale: #4C4C4C. Windows color (decimal): -5694131 or 5053865. OLE color: 5053865.

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

Color convert

RGB1692977-
CMYK00.830.540.34
HSL339.43º70.71%38.82%-
HSV(B)339.43º82.84%66.27%-
XYZ18.149.857.97-
YUV76.33128.38194.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.45%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 77 (30.47% from 255) = 28%
R=61.45%
G=10.55%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169297700.830.540.34339.4370.7138.82
HexA91D4D05336221534727
Octal251351150123664252310747
Binary10101001111011001101010100111101101000101010100111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91D4D; }

 p { color: rgb(169,29,77); }

 H1.HeaderClassName
 {
   color: #A91D4D;
 }
 .AnyTagClassName
 {
   color: #A91D4D;
 }
</style>
background-color css

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

 a { background-color: rgb(169,29,77); }

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

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

 span { border-color: rgb(169,29,77); }

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