Html Css Color HEX #AD2359 Lipstick

📋 copy color: '#AD2359'

red 173 ◦ green 35 ◦ blue 89

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

Shades of Lipstick #AD2359

Tints of Lipstick #AD2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 58.25%
G = 11.78%
B = 29.97%

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

#AD2359 (or 0xAD2359) is known color: Lipstick. HEX triplet: AD, 23 and 59. RGB value is (173,35,89). Sum of RGB (Red+Green+Blue) = 173+35+89=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2359 is #52DCA6. Grayscale: #525252. Windows color (decimal): -5430439 or 5841837. OLE color: 5841837.

HSL color Cylindrical-coordinate representation of color #AD2359: hue angle of 336.52º degrees, saturation: 0.66, 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 #AD2359 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 89 -
CMYK 0 0.80 0.49 0.32
HSL 336.52º 0.66% 0.41% -
HSV(B) 336.52º 0.8% 0.68% -
XYZ 19.64 10.81 10.5 -
YUV 82.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 173 35 89 0 0.80 0.49 0.32 336.52 0.66 0.41
Hex AD 23 59 0 50 31 20 151 42 29
Octal 255 43 131 0 120 61 40 521 102 51
Binary 10101101 100011 1011001 0 1010000 110001 100000 101010001 1000010 101001

Color Harmonies of #AD2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2359

Black with #AD2359

Text Example


Text Example

White with #AD2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2359; }

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

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

background-color css

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

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

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

border-color css

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

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

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