Html Css Color HEX #A42357 Lipstick

📋 copy color: '#A42357'

red 164 ◦ green 35 ◦ blue 87

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

Shades of Lipstick #A42357

Tints of Lipstick #A42357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 57.34%
G = 12.24%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A42357 (or 0xA42357) is known color: Lipstick. HEX triplet: A4, 23 and 57. RGB value is (164,35,87). Sum of RGB (Red+Green+Blue) = 164+35+87=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A42357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42357 is #5BDCA8. Grayscale: #4F4F4F. Windows color (decimal): -6020265 or 5710756. OLE color: 5710756.

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

Color convert

RGB 164 35 87 -
CMYK 0 0.79 0.47 0.36
HSL 335.81º 0.65% 0.39% -
HSV(B) 335.81º 0.79% 0.64% -
XYZ 17.63 9.78 9.98 -
YUV 79.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 164 35 87 0 0.79 0.47 0.36 335.81 0.65 0.39
Hex A4 23 57 0 4F 2F 24 150 41 27
Octal 244 43 127 0 117 57 44 520 101 47
Binary 10100100 100011 1010111 0 1001111 101111 100100 101010000 1000001 100111

Color Harmonies of #A42357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42357

Black with #A42357

Text Example


Text Example

White with #A42357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42357; }

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

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

background-color css

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

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

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

border-color css

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

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

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