Html Css Color HEX #A4244A Lipstick

📋 copy color: '#A4244A'

red 164 ◦ green 36 ◦ blue 74

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

Shades of Lipstick #A4244A

Tints of Lipstick #A4244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 59.85%
G = 13.14%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4244A (or 0xA4244A) is known color: Lipstick. HEX triplet: A4, 24 and 4A. RGB value is (164,36,74). Sum of RGB (Red+Green+Blue) = 164+36+74=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4244A is #5BDBB5. Grayscale: #4E4E4E. Windows color (decimal): -6020022 or 4859044. OLE color: 4859044.

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

Color convert

RGB 164 36 74 -
CMYK 0 0.78 0.55 0.36
HSL 342.19º 0.64% 0.39% -
HSV(B) 342.19º 0.78% 0.64% -
XYZ 17.18 9.65 7.44 -
YUV 78.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 164 36 74 0 0.78 0.55 0.36 342.19 0.64 0.39
Hex A4 24 4A 0 4E 37 24 156 40 27
Octal 244 44 112 0 116 67 44 526 100 47
Binary 10100100 100100 1001010 0 1001110 110111 100100 101010110 1000000 100111

Color Harmonies of #A4244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4244A

Black with #A4244A

Text Example


Text Example

White with #A4244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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