Html Css Color HEX #AD2754 Lipstick

📋 copy color: '#AD2754'

red 173 ◦ green 39 ◦ blue 84

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

Shades of Lipstick #AD2754

Tints of Lipstick #AD2754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 58.45%
G = 13.18%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2754 (or 0xAD2754) is known color: Lipstick. HEX triplet: AD, 27 and 54. RGB value is (173,39,84). Sum of RGB (Red+Green+Blue) = 173+39+84=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2754 is #52D8AB. Grayscale: #545454. Windows color (decimal): -5429420 or 5515181. OLE color: 5515181.

HSL color Cylindrical-coordinate representation of color #AD2754: hue angle of 339.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2754 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 84 -
CMYK 0 0.77 0.51 0.32
HSL 339.85º 0.63% 0.42% -
HSV(B) 339.85º 0.77% 0.68% -
XYZ 19.56 10.98 9.48 -
YUV 84.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 173 39 84 0 0.77 0.51 0.32 339.85 0.63 0.42
Hex AD 27 54 0 4D 33 20 154 3F 2A
Octal 255 47 124 0 115 63 40 524 77 52
Binary 10101101 100111 1010100 0 1001101 110011 100000 101010100 111111 101010

Color Harmonies of #AD2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2754

Black with #AD2754

Text Example


Text Example

White with #AD2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2754; }

 p { color: rgb(173,39,84); }

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

background-color css

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

 a { background-color: rgb(173,39,84); }

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

border-color css

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

 span { border-color: rgb(173,39,84); }

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