Html Css Color HEX #A12549 Lipstick

📋 copy color: '#A12549'

red 161 ◦ green 37 ◦ blue 73

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

Shades of Lipstick #A12549

Tints of Lipstick #A12549

RGB

 RED value IS 161 (63.28% from 255) = 59.41%

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 59.41%
G = 13.65%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A12549 (or 0xA12549) is known color: Lipstick. HEX triplet: A1, 25 and 49. RGB value is (161,37,73). Sum of RGB (Red+Green+Blue) = 161+37+73=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A12549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12549 is #5EDAB6. Grayscale: #4E4E4E. Windows color (decimal): -6216375 or 4793761. OLE color: 4793761.

HSL color Cylindrical-coordinate representation of color #A12549: hue angle of 342.58º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12549 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 37 73 -
CMYK 0 0.77 0.55 0.37
HSL 342.58º 0.63% 0.39% -
HSV(B) 342.58º 0.77% 0.63% -
XYZ 16.56 9.38 7.24 -
YUV 78.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 161 37 73 0 0.77 0.55 0.37 342.58 0.63 0.39
Hex A1 25 49 0 4D 37 25 157 3F 27
Octal 241 45 111 0 115 67 45 527 77 47
Binary 10100001 100101 1001001 0 1001101 110111 100101 101010111 111111 100111

Color Harmonies of #A12549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12549

Black with #A12549

Text Example


Text Example

White with #A12549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12549; }

 p { color: rgb(161,37,73); }

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

background-color css

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

 a { background-color: rgb(161,37,73); }

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

border-color css

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

 span { border-color: rgb(161,37,73); }

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