Html Css Color HEX #AD2259 Lipstick

📋 copy color: '#AD2259'

red 173 ◦ green 34 ◦ blue 89

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

Shades of Lipstick #AD2259

Tints of Lipstick #AD2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 58.45%
G = 11.49%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2259 (or 0xAD2259) is known color: Lipstick. HEX triplet: AD, 22 and 59. RGB value is (173,34,89). Sum of RGB (Red+Green+Blue) = 173+34+89=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2259 is #52DDA6. Grayscale: #515151. Windows color (decimal): -5430695 or 5841581. OLE color: 5841581.

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

Color convert

RGB 173 34 89 -
CMYK 0 0.80 0.49 0.32
HSL 336.26º 0.67% 0.41% -
HSV(B) 336.26º 0.8% 0.68% -
XYZ 19.61 10.75 10.49 -
YUV 81.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 173 34 89 0 0.80 0.49 0.32 336.26 0.67 0.41
Hex AD 22 59 0 50 31 20 150 43 29
Octal 255 42 131 0 120 61 40 520 103 51
Binary 10101101 100010 1011001 0 1010000 110001 100000 101010000 1000011 101001

Color Harmonies of #AD2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2259

Black with #AD2259

Text Example


Text Example

White with #AD2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2259; }

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

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

background-color css

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

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

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

border-color css

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

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

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