Html Css Color HEX #AD2553 Lipstick

📋 copy color: '#AD2553'

red 173 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #AD2553

Tints of Lipstick #AD2553

RGB

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

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

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

R = 59.04%
G = 12.63%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD2553 (or 0xAD2553) is known color: Lipstick. HEX triplet: AD, 25 and 53. RGB value is (173,37,83). Sum of RGB (Red+Green+Blue) = 173+37+83=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2553 is #52DAAC. Grayscale: #525252. Windows color (decimal): -5429933 or 5449133. OLE color: 5449133.

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

Color convert

RGB 173 37 83 -
CMYK 0 0.79 0.52 0.32
HSL 339.71º 0.65% 0.41% -
HSV(B) 339.71º 0.79% 0.68% -
XYZ 19.46 10.83 9.25 -
YUV 82.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 173 37 83 0 0.79 0.52 0.32 339.71 0.65 0.41
Hex AD 25 53 0 4F 34 20 154 41 29
Octal 255 45 123 0 117 64 40 524 101 51
Binary 10101101 100101 1010011 0 1001111 110100 100000 101010100 1000001 101001

Color Harmonies of #AD2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2553

Black with #AD2553

Text Example


Text Example

White with #AD2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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