Html Css Color HEX #AD2459 Lipstick

📋 copy color: '#AD2459'

red 173 ◦ green 36 ◦ blue 89

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

Shades of Lipstick #AD2459

Tints of Lipstick #AD2459

RGB

 RED value IS 173 (67.97% from 255) = 58.05%

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 58.05%
G = 12.08%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2459 (or 0xAD2459) is known color: Lipstick. HEX triplet: AD, 24 and 59. RGB value is (173,36,89). Sum of RGB (Red+Green+Blue) = 173+36+89=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2459 is #52DBA6. Grayscale: #525252. Windows color (decimal): -5430183 or 5842093. OLE color: 5842093.

HSL color Cylindrical-coordinate representation of color #AD2459: hue angle of 336.79º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2459 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 89 -
CMYK 0 0.79 0.49 0.32
HSL 336.79º 0.66% 0.41% -
HSV(B) 336.79º 0.79% 0.68% -
XYZ 19.67 10.87 10.51 -
YUV 83.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 173 36 89 0 0.79 0.49 0.32 336.79 0.66 0.41
Hex AD 24 59 0 4F 31 20 151 42 29
Octal 255 44 131 0 117 61 40 521 102 51
Binary 10101101 100100 1011001 0 1001111 110001 100000 101010001 1000010 101001

Color Harmonies of #AD2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2459

Black with #AD2459

Text Example


Text Example

White with #AD2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2459; }

 p { color: rgb(173,36,89); }

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

background-color css

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

 a { background-color: rgb(173,36,89); }

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

border-color css

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

 span { border-color: rgb(173,36,89); }

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