Html Css Color HEX #AD2557 Lipstick

📋 copy color: '#AD2557'

red 173 ◦ green 37 ◦ blue 87

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

Shades of Lipstick #AD2557

Tints of Lipstick #AD2557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 58.25%
G = 12.46%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2557 (or 0xAD2557) is known color: Lipstick. HEX triplet: AD, 25 and 57. RGB value is (173,37,87). Sum of RGB (Red+Green+Blue) = 173+37+87=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2557 is #52DAA8. Grayscale: #535353. Windows color (decimal): -5429929 or 5711277. OLE color: 5711277.

HSL color Cylindrical-coordinate representation of color #AD2557: hue angle of 337.94º degrees, saturation: 0.65, 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 #AD2557 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 87 -
CMYK 0 0.79 0.50 0.32
HSL 337.94º 0.65% 0.41% -
HSV(B) 337.94º 0.79% 0.68% -
XYZ 19.62 10.9 10.09 -
YUV 83.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 173 37 87 0 0.79 0.50 0.32 337.94 0.65 0.41
Hex AD 25 57 0 4F 32 20 152 41 29
Octal 255 45 127 0 117 62 40 522 101 51
Binary 10101101 100101 1010111 0 1001111 110010 100000 101010010 1000001 101001

Color Harmonies of #AD2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2557

Black with #AD2557

Text Example


Text Example

White with #AD2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2557; }

 p { color: rgb(173,37,87); }

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

background-color css

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

 a { background-color: rgb(173,37,87); }

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

border-color css

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

 span { border-color: rgb(173,37,87); }

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