Html Css Color HEX #AD275D Lipstick

📋 copy color: '#AD275D'

red 173 ◦ green 39 ◦ blue 93

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

Shades of Lipstick #AD275D

Tints of Lipstick #AD275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 56.72%
G = 12.79%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD275D (or 0xAD275D) is known color: Lipstick. HEX triplet: AD, 27 and 5D. RGB value is (173,39,93). Sum of RGB (Red+Green+Blue) = 173+39+93=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275D is #52D8A2. Grayscale: #555555. Windows color (decimal): -5429411 or 6105005. OLE color: 6105005.

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

Color convert

RGB 173 39 93 -
CMYK 0 0.77 0.46 0.32
HSL 335.82º 0.63% 0.42% -
HSV(B) 335.82º 0.77% 0.68% -
XYZ 19.93 11.13 11.45 -
YUV 85.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 173 39 93 0 0.77 0.46 0.32 335.82 0.63 0.42
Hex AD 27 5D 0 4D 2E 20 150 3F 2A
Octal 255 47 135 0 115 56 40 520 77 52
Binary 10101101 100111 1011101 0 1001101 101110 100000 101010000 111111 101010

Color Harmonies of #AD275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD275D

Black with #AD275D

Text Example


Text Example

White with #AD275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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