Html Css Color HEX #A5274D Lipstick

📋 copy color: '#A5274D'

red 165 ◦ green 39 ◦ blue 77

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

Shades of Lipstick #A5274D

Tints of Lipstick #A5274D

RGB

 RED value IS 165 (64.84% from 255) = 58.72%

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

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 58.72%
G = 13.88%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5274D (or 0xA5274D) is known color: Lipstick. HEX triplet: A5, 27 and 4D. RGB value is (165,39,77). Sum of RGB (Red+Green+Blue) = 165+39+77=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5274D is #5AD8B2. Grayscale: #505050. Windows color (decimal): -5953715 or 5056421. OLE color: 5056421.

HSL color Cylindrical-coordinate representation of color #A5274D: hue angle of 341.9º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5274D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 77 -
CMYK 0 0.76 0.53 0.35
HSL 341.9º 0.62% 0.4% -
HSV(B) 341.9º 0.76% 0.65% -
XYZ 17.58 9.99 8.02 -
YUV 81.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 165 39 77 0 0.76 0.53 0.35 341.9 0.62 0.4
Hex A5 27 4D 0 4C 35 23 156 3E 28
Octal 245 47 115 0 114 65 43 526 76 50
Binary 10100101 100111 1001101 0 1001100 110101 100011 101010110 111110 101000

Color Harmonies of #A5274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5274D

Black with #A5274D

Text Example


Text Example

White with #A5274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5274D; }

 p { color: rgb(165,39,77); }

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

background-color css

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

 a { background-color: rgb(165,39,77); }

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

border-color css

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

 span { border-color: rgb(165,39,77); }

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