Html Css Color HEX #A42457 Lipstick

📋 copy color: '#A42457'

red 164 ◦ green 36 ◦ blue 87

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

Shades of Lipstick #A42457

Tints of Lipstick #A42457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 57.14%
G = 12.54%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A42457 (or 0xA42457) is known color: Lipstick. HEX triplet: A4, 24 and 57. RGB value is (164,36,87). Sum of RGB (Red+Green+Blue) = 164+36+87=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A42457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42457 is #5BDBA8. Grayscale: #505050. Windows color (decimal): -6020009 or 5711012. OLE color: 5711012.

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

Color convert

RGB 164 36 87 -
CMYK 0 0.78 0.47 0.36
HSL 336.09º 0.64% 0.39% -
HSV(B) 336.09º 0.78% 0.64% -
XYZ 17.66 9.84 9.99 -
YUV 80.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 164 36 87 0 0.78 0.47 0.36 336.09 0.64 0.39
Hex A4 24 57 0 4E 2F 24 150 40 27
Octal 244 44 127 0 116 57 44 520 100 47
Binary 10100100 100100 1010111 0 1001110 101111 100100 101010000 1000000 100111

Color Harmonies of #A42457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42457

Black with #A42457

Text Example


Text Example

White with #A42457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42457; }

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

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

background-color css

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

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

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

border-color css

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

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

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