Html Css Color HEX #AB2950 Lipstick

📋 copy color: '#AB2950'

red 171 ◦ green 41 ◦ blue 80

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

Shades of Lipstick #AB2950

Tints of Lipstick #AB2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 58.56%
G = 14.04%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB2950 (or 0xAB2950) is known color: Lipstick. HEX triplet: AB, 29 and 50. RGB value is (171,41,80). Sum of RGB (Red+Green+Blue) = 171+41+80=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2950 is #54D6AF. Grayscale: #545454. Windows color (decimal): -5559984 or 5253547. OLE color: 5253547.

HSL color Cylindrical-coordinate representation of color #AB2950: hue angle of 342º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2950 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 80 -
CMYK 0 0.76 0.53 0.33
HSL 342º 0.61% 0.42% -
HSV(B) 342º 0.76% 0.67% -
XYZ 19.04 10.82 8.68 -
YUV 84.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 171 41 80 0 0.76 0.53 0.33 342 0.61 0.42
Hex AB 29 50 0 4C 35 21 156 3D 2A
Octal 253 51 120 0 114 65 41 526 75 52
Binary 10101011 101001 1010000 0 1001100 110101 100001 101010110 111101 101010

Color Harmonies of #AB2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2950

Black with #AB2950

Text Example


Text Example

White with #AB2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2950; }

 p { color: rgb(171,41,80); }

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

background-color css

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

 a { background-color: rgb(171,41,80); }

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

border-color css

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

 span { border-color: rgb(171,41,80); }

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