Html Css Color HEX #A4294B Lipstick

📋 copy color: '#A4294B'

red 164 ◦ green 41 ◦ blue 75

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

Shades of Lipstick #A4294B

Tints of Lipstick #A4294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 58.57%
G = 14.64%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4294B (or 0xA4294B) is known color: Lipstick. HEX triplet: A4, 29 and 4B. RGB value is (164,41,75). Sum of RGB (Red+Green+Blue) = 164+41+75=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4294B is #5BD6B4. Grayscale: #515151. Windows color (decimal): -6018741 or 4925860. OLE color: 4925860.

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

Color convert

RGB 164 41 75 -
CMYK 0 0.75 0.54 0.36
HSL 343.41º 0.6% 0.4% -
HSV(B) 343.41º 0.75% 0.64% -
XYZ 17.37 9.99 7.67 -
YUV 81.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 164 41 75 0 0.75 0.54 0.36 343.41 0.6 0.4
Hex A4 29 4B 0 4B 36 24 157 3C 28
Octal 244 51 113 0 113 66 44 527 74 50
Binary 10100100 101001 1001011 0 1001011 110110 100100 101010111 111100 101000

Color Harmonies of #A4294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4294B

Black with #A4294B

Text Example


Text Example

White with #A4294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4294B; }

 p { color: rgb(164,41,75); }

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

background-color css

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

 a { background-color: rgb(164,41,75); }

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

border-color css

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

 span { border-color: rgb(164,41,75); }

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