Html Css Color HEX #AB2453 Lipstick

📋 copy color: '#AB2453'

red 171 ◦ green 36 ◦ blue 83

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

Shades of Lipstick #AB2453

Tints of Lipstick #AB2453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 58.97%
G = 12.41%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB2453 (or 0xAB2453) is known color: Lipstick. HEX triplet: AB, 24 and 53. RGB value is (171,36,83). Sum of RGB (Red+Green+Blue) = 171+36+83=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2453 is #54DBAC. Grayscale: #515151. Windows color (decimal): -5561261 or 5448875. OLE color: 5448875.

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

Color convert

RGB 171 36 83 -
CMYK 0 0.79 0.51 0.33
HSL 339.11º 0.65% 0.41% -
HSV(B) 339.11º 0.79% 0.67% -
XYZ 18.99 10.54 9.22 -
YUV 81.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 171 36 83 0 0.79 0.51 0.33 339.11 0.65 0.41
Hex AB 24 53 0 4F 33 21 153 41 29
Octal 253 44 123 0 117 63 41 523 101 51
Binary 10101011 100100 1010011 0 1001111 110011 100001 101010011 1000001 101001

Color Harmonies of #AB2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2453

Black with #AB2453

Text Example


Text Example

White with #AB2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2453; }

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

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

background-color css

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

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

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

border-color css

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

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

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