Html Css Color HEX #A42D59 Lipstick

📋 copy color: '#A42D59'

red 164 ◦ green 45 ◦ blue 89

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

Shades of Lipstick #A42D59

Tints of Lipstick #A42D59

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 55.03%
G = 15.1%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A42D59 (or 0xA42D59) is known color: Lipstick. HEX triplet: A4, 2D and 59. RGB value is (164,45,89). Sum of RGB (Red+Green+Blue) = 164+45+89=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D59 is #5BD2A6. Grayscale: #555555. Windows color (decimal): -6017703 or 5844388. OLE color: 5844388.

HSL color Cylindrical-coordinate representation of color #A42D59: hue angle of 337.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D59 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 45 89 -
CMYK 0 0.73 0.46 0.36
HSL 337.82º 0.57% 0.41% -
HSV(B) 337.82º 0.73% 0.64% -
XYZ 18.05 10.49 10.52 -
YUV 85.6 129.92 183.92 -
System Red Green Blue C M Y K H S L
Decimal 164 45 89 0 0.73 0.46 0.36 337.82 0.57 0.41
Hex A4 2D 59 0 49 2E 24 152 39 29
Octal 244 55 131 0 111 56 44 522 71 51
Binary 10100100 101101 1011001 0 1001001 101110 100100 101010010 111001 101001

Color Harmonies of #A42D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D59

Black with #A42D59

Text Example


Text Example

White with #A42D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D59; }

 p { color: rgb(164,45,89); }

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

background-color css

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

 a { background-color: rgb(164,45,89); }

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

border-color css

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

 span { border-color: rgb(164,45,89); }

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