Html Css Color HEX #A12553 Lipstick

📋 copy color: '#A12553'

red 161 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #A12553

Tints of Lipstick #A12553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 57.3%
G = 13.17%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A12553 (or 0xA12553) is known color: Lipstick. HEX triplet: A1, 25 and 53. RGB value is (161,37,83). Sum of RGB (Red+Green+Blue) = 161+37+83=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A12553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12553 is #5EDAAC. Grayscale: #4F4F4F. Windows color (decimal): -6216365 or 5449121. OLE color: 5449121.

HSL color Cylindrical-coordinate representation of color #A12553: hue angle of 337.74º 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 #A12553 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 37 83 -
CMYK 0 0.77 0.48 0.37
HSL 337.74º 0.63% 0.39% -
HSV(B) 337.74º 0.77% 0.63% -
XYZ 16.92 9.52 9.13 -
YUV 79.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 161 37 83 0 0.77 0.48 0.37 337.74 0.63 0.39
Hex A1 25 53 0 4D 30 25 152 3F 27
Octal 241 45 123 0 115 60 45 522 77 47
Binary 10100001 100101 1010011 0 1001101 110000 100101 101010010 111111 100111

Color Harmonies of #A12553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12553

Black with #A12553

Text Example


Text Example

White with #A12553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12553; }

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

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

background-color css

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

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

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

border-color css

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

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

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