#AD275B

Color #AD275B Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AD275B

Tints of Lipstick #AD275B

Color information

#AD275B (or 0xAD275B) is unknown color: approx Lipstick. HEX triplet: AD, 27 and 5B. RGB value is (173,39,91). Sum of RGB (Red+Green+Blue) = 173+39+91=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275B is #52D8A4. Grayscale: #545454. Windows color (decimal): -5429413 or 5973933. OLE color: 5973933.

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

Color convert

RGB1733991-
CMYK00.770.470.32
HSL336.72º63.21%41.57%-
HSV(B)336.72º77.46%67.84%-
XYZ19.8511.0910.99-
YUV84.99131.39190.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=57.10%
G=12.87%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173399100.770.470.32336.7263.2141.57
HexAD275B04D2F201513f2a
Octal25547133011557405217752
Binary10101101100111101101101001101101111100000101010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD275B; }

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

 H1.HeaderClassName
 {
   color: #AD275B;
 }
 .AnyTagClassName
 {
   color: #AD275B;
 }
</style>
background-color css

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

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

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

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

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

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