Html Css Color HEX #A42D57 Lipstick

📋 copy color: '#A42D57'

red 164 ◦ green 45 ◦ blue 87

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

Shades of Lipstick #A42D57

Tints of Lipstick #A42D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 55.41%
G = 15.2%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A42D57 (or 0xA42D57) is known color: Lipstick. HEX triplet: A4, 2D and 57. RGB value is (164,45,87). Sum of RGB (Red+Green+Blue) = 164+45+87=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D57 is #5BD2A8. Grayscale: #555555. Windows color (decimal): -6017705 or 5713316. OLE color: 5713316.

HSL color Cylindrical-coordinate representation of color #A42D57: hue angle of 338.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 #A42D57 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 45 87 -
CMYK 0 0.73 0.47 0.36
HSL 338.82º 0.57% 0.41% -
HSV(B) 338.82º 0.73% 0.64% -
XYZ 17.97 10.46 10.09 -
YUV 85.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 164 45 87 0 0.73 0.47 0.36 338.82 0.57 0.41
Hex A4 2D 57 0 49 2F 24 153 39 29
Octal 244 55 127 0 111 57 44 523 71 51
Binary 10100100 101101 1010111 0 1001001 101111 100100 101010011 111001 101001

Color Harmonies of #A42D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D57

Black with #A42D57

Text Example


Text Example

White with #A42D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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