Html Css Color HEX #AE275D Lipstick

📋 copy color: '#AE275D'

red 174 ◦ green 39 ◦ blue 93

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

Shades of Lipstick #AE275D

Tints of Lipstick #AE275D

RGB

 RED value IS 174 (68.36% from 255) = 56.86%

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

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

R = 56.86%
G = 12.75%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE275D (or 0xAE275D) is known color: Lipstick. HEX triplet: AE, 27 and 5D. RGB value is (174,39,93). Sum of RGB (Red+Green+Blue) = 174+39+93=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE275D is #51D8A2. Grayscale: #555555. Windows color (decimal): -5363875 or 6105006. OLE color: 6105006.

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

Color convert

RGB 174 39 93 -
CMYK 0 0.78 0.47 0.32
HSL 336º 0.63% 0.42% -
HSV(B) 336º 0.78% 0.68% -
XYZ 20.16 11.24 11.46 -
YUV 85.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 174 39 93 0 0.78 0.47 0.32 336 0.63 0.42
Hex AE 27 5D 0 4E 2F 20 150 3F 2A
Octal 256 47 135 0 116 57 40 520 77 52
Binary 10101110 100111 1011101 0 1001110 101111 100000 101010000 111111 101010

Color Harmonies of #AE275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE275D

Black with #AE275D

Text Example


Text Example

White with #AE275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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