Html Css Color HEX #A92559 Lipstick

📋 copy color: '#A92559'

red 169 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #A92559

Tints of Lipstick #A92559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 57.29%
G = 12.54%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A92559 (or 0xA92559) is known color: Lipstick. HEX triplet: A9, 25 and 59. RGB value is (169,37,89). Sum of RGB (Red+Green+Blue) = 169+37+89=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A92559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92559 is #56DAA6. Grayscale: #525252. Windows color (decimal): -5692071 or 5842345. OLE color: 5842345.

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

Color convert

RGB 169 37 89 -
CMYK 0 0.78 0.47 0.34
HSL 336.36º 0.64% 0.4% -
HSV(B) 336.36º 0.78% 0.66% -
XYZ 18.83 10.48 10.48 -
YUV 82.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 169 37 89 0 0.78 0.47 0.34 336.36 0.64 0.4
Hex A9 25 59 0 4E 2F 22 150 40 28
Octal 251 45 131 0 116 57 42 520 100 50
Binary 10101001 100101 1011001 0 1001110 101111 100010 101010000 1000000 101000

Color Harmonies of #A92559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92559

Black with #A92559

Text Example


Text Example

White with #A92559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92559; }

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

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

background-color css

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

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

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

border-color css

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

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

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