Html Css Color HEX #A92959 Lipstick

📋 copy color: '#A92959'

red 169 ◦ green 41 ◦ blue 89

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

Shades of Lipstick #A92959

Tints of Lipstick #A92959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 56.52%
G = 13.71%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A92959 (or 0xA92959) is known color: Lipstick. HEX triplet: A9, 29 and 59. RGB value is (169,41,89). Sum of RGB (Red+Green+Blue) = 169+41+89=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A92959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92959 is #56D6A6. Grayscale: #545454. Windows color (decimal): -5691047 or 5843369. OLE color: 5843369.

HSL color Cylindrical-coordinate representation of color #A92959: hue angle of 337.5º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92959 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 41 89 -
CMYK 0 0.76 0.47 0.34
HSL 337.5º 0.61% 0.41% -
HSV(B) 337.5º 0.76% 0.66% -
XYZ 18.96 10.74 10.53 -
YUV 84.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 169 41 89 0 0.76 0.47 0.34 337.5 0.61 0.41
Hex A9 29 59 0 4C 2F 22 152 3D 29
Octal 251 51 131 0 114 57 42 522 75 51
Binary 10101001 101001 1011001 0 1001100 101111 100010 101010010 111101 101001

Color Harmonies of #A92959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92959

Black with #A92959

Text Example


Text Example

White with #A92959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92959; }

 p { color: rgb(169,41,89); }

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

background-color css

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

 a { background-color: rgb(169,41,89); }

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

border-color css

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

 span { border-color: rgb(169,41,89); }

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