Html Css Color HEX #AB244D Lipstick

📋 copy color: '#AB244D'

red 171 ◦ green 36 ◦ blue 77

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

Shades of Lipstick #AB244D

Tints of Lipstick #AB244D

RGB

 RED value IS 171 (67.19% from 255) = 60.21%

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 60.21%
G = 12.68%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB244D (or 0xAB244D) is known color: Lipstick. HEX triplet: AB, 24 and 4D. RGB value is (171,36,77). Sum of RGB (Red+Green+Blue) = 171+36+77=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB244D is #54DBB2. Grayscale: #515151. Windows color (decimal): -5561267 or 5055659. OLE color: 5055659.

HSL color Cylindrical-coordinate representation of color #AB244D: hue angle of 341.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB244D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 77 -
CMYK 0 0.79 0.55 0.33
HSL 341.78º 0.65% 0.41% -
HSV(B) 341.78º 0.79% 0.67% -
XYZ 18.77 10.46 8.05 -
YUV 81.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 171 36 77 0 0.79 0.55 0.33 341.78 0.65 0.41
Hex AB 24 4D 0 4F 37 21 156 41 29
Octal 253 44 115 0 117 67 41 526 101 51
Binary 10101011 100100 1001101 0 1001111 110111 100001 101010110 1000001 101001

Color Harmonies of #AB244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB244D

Black with #AB244D

Text Example


Text Example

White with #AB244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB244D; }

 p { color: rgb(171,36,77); }

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

background-color css

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

 a { background-color: rgb(171,36,77); }

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

border-color css

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

 span { border-color: rgb(171,36,77); }

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