Html Css Color HEX #A41648 Lipstick

📋 copy color: '#A41648'

red 164 ◦ green 22 ◦ blue 72

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

Shades of Lipstick #A41648

Tints of Lipstick #A41648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 63.57%
G = 8.53%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A41648 (or 0xA41648) is known color: Lipstick. HEX triplet: A4, 16 and 48. RGB value is (164,22,72). Sum of RGB (Red+Green+Blue) = 164+22+72=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A41648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41648 is #5BE9B7. Grayscale: #464646. Windows color (decimal): -6023608 or 4724388. OLE color: 4724388.

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

Color convert

RGB 164 22 72 -
CMYK 0 0.87 0.56 0.36
HSL 338.87º 0.76% 0.36% -
HSV(B) 338.87º 0.87% 0.64% -
XYZ 16.77 8.93 6.97 -
YUV 70.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 164 22 72 0 0.87 0.56 0.36 338.87 0.76 0.36
Hex A4 16 48 0 57 38 24 153 4C 24
Octal 244 26 110 0 127 70 44 523 114 44
Binary 10100100 10110 1001000 0 1010111 111000 100100 101010011 1001100 100100

Color Harmonies of #A41648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41648

Black with #A41648

Text Example


Text Example

White with #A41648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41648; }

 p { color: rgb(164,22,72); }

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

background-color css

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

 a { background-color: rgb(164,22,72); }

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

border-color css

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

 span { border-color: rgb(164,22,72); }

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