Html Css Color HEX #AB1948 Lipstick

📋 copy color: '#AB1948'

red 171 ◦ green 25 ◦ blue 72

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

Shades of Lipstick #AB1948

Tints of Lipstick #AB1948

RGB

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

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

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

R = 63.81%
G = 9.33%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1948 (or 0xAB1948) is known color: Lipstick. HEX triplet: AB, 19 and 48. RGB value is (171,25,72). Sum of RGB (Red+Green+Blue) = 171+25+72=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1948 is #54E6B7. Grayscale: #494949. Windows color (decimal): -5564088 or 4725163. OLE color: 4725163.

HSL color Cylindrical-coordinate representation of color #AB1948: hue angle of 340.68º 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 #AB1948 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 72 -
CMYK 0 0.85 0.58 0.33
HSL 340.68º 0.74% 0.38% -
HSV(B) 340.68º 0.85% 0.67% -
XYZ 18.31 9.82 7.06 -
YUV 74.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 171 25 72 0 0.85 0.58 0.33 340.68 0.74 0.38
Hex AB 19 48 0 55 3A 21 155 4A 26
Octal 253 31 110 0 125 72 41 525 112 46
Binary 10101011 11001 1001000 0 1010101 111010 100001 101010101 1001010 100110

Color Harmonies of #AB1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1948

Black with #AB1948

Text Example


Text Example

White with #AB1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1948; }

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

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

background-color css

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

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

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

border-color css

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

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

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