Html Css Color HEX #AB2956 Lipstick

📋 copy color: '#AB2956'

red 171 ◦ green 41 ◦ blue 86

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

Shades of Lipstick #AB2956

Tints of Lipstick #AB2956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 57.38%
G = 13.76%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB2956 (or 0xAB2956) is known color: Lipstick. HEX triplet: AB, 29 and 56. RGB value is (171,41,86). Sum of RGB (Red+Green+Blue) = 171+41+86=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2956 is #54D6A9. Grayscale: #545454. Windows color (decimal): -5559978 or 5646763. OLE color: 5646763.

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

Color convert

RGB 171 41 86 -
CMYK 0 0.76 0.50 0.33
HSL 339.23º 0.61% 0.42% -
HSV(B) 339.23º 0.76% 0.67% -
XYZ 19.27 10.92 9.9 -
YUV 85 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 171 41 86 0 0.76 0.50 0.33 339.23 0.61 0.42
Hex AB 29 56 0 4C 32 21 153 3D 2A
Octal 253 51 126 0 114 62 41 523 75 52
Binary 10101011 101001 1010110 0 1001100 110010 100001 101010011 111101 101010

Color Harmonies of #AB2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2956

Black with #AB2956

Text Example


Text Example

White with #AB2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2956; }

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

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

background-color css

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

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

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

border-color css

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

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

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