Html Css Color HEX #AB1949 Lipstick

📋 copy color: '#AB1949'

red 171 ◦ green 25 ◦ blue 73

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

Shades of Lipstick #AB1949

Tints of Lipstick #AB1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 63.57%
G = 9.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB1949 (or 0xAB1949) is known color: Lipstick. HEX triplet: AB, 19 and 49. RGB value is (171,25,73). Sum of RGB (Red+Green+Blue) = 171+25+73=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1949 is #54E6B6. Grayscale: #4A4A4A. Windows color (decimal): -5564087 or 4790699. OLE color: 4790699.

HSL color Cylindrical-coordinate representation of color #AB1949: hue angle of 340.27º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1949 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 73 -
CMYK 0 0.85 0.57 0.33
HSL 340.27º 0.74% 0.38% -
HSV(B) 340.27º 0.85% 0.67% -
XYZ 18.34 9.83 7.23 -
YUV 74.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 171 25 73 0 0.85 0.57 0.33 340.27 0.74 0.38
Hex AB 19 49 0 55 39 21 154 4A 26
Octal 253 31 111 0 125 71 41 524 112 46
Binary 10101011 11001 1001001 0 1010101 111001 100001 101010100 1001010 100110

Color Harmonies of #AB1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1949

Black with #AB1949

Text Example


Text Example

White with #AB1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1949; }

 p { color: rgb(171,25,73); }

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

background-color css

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

 a { background-color: rgb(171,25,73); }

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

border-color css

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

 span { border-color: rgb(171,25,73); }

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