Html Css Color HEX #A42444 Lipstick

📋 copy color: '#A42444'

red 164 ◦ green 36 ◦ blue 68

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

Shades of Lipstick #A42444

Tints of Lipstick #A42444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 61.19%
G = 13.43%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A42444 (or 0xA42444) is known color: Lipstick. HEX triplet: A4, 24 and 44. RGB value is (164,36,68). Sum of RGB (Red+Green+Blue) = 164+36+68=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A42444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42444 is #5BDBBB. Grayscale: #4D4D4D. Windows color (decimal): -6020028 or 4465828. OLE color: 4465828.

HSL color Cylindrical-coordinate representation of color #A42444: hue angle of 345º 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 #A42444 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 68 -
CMYK 0 0.78 0.59 0.36
HSL 345º 0.64% 0.39% -
HSV(B) 345º 0.78% 0.64% -
XYZ 16.98 9.57 6.42 -
YUV 77.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 164 36 68 0 0.78 0.59 0.36 345 0.64 0.39
Hex A4 24 44 0 4E 3B 24 159 40 27
Octal 244 44 104 0 116 73 44 531 100 47
Binary 10100100 100100 1000100 0 1001110 111011 100100 101011001 1000000 100111

Color Harmonies of #A42444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42444

Black with #A42444

Text Example


Text Example

White with #A42444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42444; }

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

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

background-color css

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

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

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

border-color css

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

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

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