Html Css Color HEX #A42857 Lipstick

📋 copy color: '#A42857'

red 164 ◦ green 40 ◦ blue 87

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

Shades of Lipstick #A42857

Tints of Lipstick #A42857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 56.36%
G = 13.75%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A42857 (or 0xA42857) is known color: Lipstick. HEX triplet: A4, 28 and 57. RGB value is (164,40,87). Sum of RGB (Red+Green+Blue) = 164+40+87=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A42857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42857 is #5BD7A8. Grayscale: #525252. Windows color (decimal): -6018985 or 5712036. OLE color: 5712036.

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

Color convert

RGB 164 40 87 -
CMYK 0 0.76 0.47 0.36
HSL 337.26º 0.61% 0.4% -
HSV(B) 337.26º 0.76% 0.64% -
XYZ 17.79 10.1 10.03 -
YUV 82.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 164 40 87 0 0.76 0.47 0.36 337.26 0.61 0.4
Hex A4 28 57 0 4C 2F 24 151 3D 28
Octal 244 50 127 0 114 57 44 521 75 50
Binary 10100100 101000 1010111 0 1001100 101111 100100 101010001 111101 101000

Color Harmonies of #A42857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42857

Black with #A42857

Text Example


Text Example

White with #A42857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42857; }

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

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

background-color css

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

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

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

border-color css

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

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

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