Html Css Color HEX #A7295D Lipstick

📋 copy color: '#A7295D'

red 167 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #A7295D

Tints of Lipstick #A7295D

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 55.48%
G = 13.62%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7295D (or 0xA7295D) is known color: Lipstick. HEX triplet: A7, 29 and 5D. RGB value is (167,41,93). Sum of RGB (Red+Green+Blue) = 167+41+93=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7295D is #58D6A2. Grayscale: #545454. Windows color (decimal): -5822115 or 6105511. OLE color: 6105511.

HSL color Cylindrical-coordinate representation of color #A7295D: hue angle of 335.24º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7295D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 93 -
CMYK 0 0.75 0.44 0.35
HSL 335.24º 0.61% 0.41% -
HSV(B) 335.24º 0.75% 0.65% -
XYZ 18.71 10.59 11.41 -
YUV 84.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 167 41 93 0 0.75 0.44 0.35 335.24 0.61 0.41
Hex A7 29 5D 0 4B 2C 23 14F 3D 29
Octal 247 51 135 0 113 54 43 517 75 51
Binary 10100111 101001 1011101 0 1001011 101100 100011 101001111 111101 101001

Color Harmonies of #A7295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7295D

Black with #A7295D

Text Example


Text Example

White with #A7295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7295D; }

 p { color: rgb(167,41,93); }

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

background-color css

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

 a { background-color: rgb(167,41,93); }

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

border-color css

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

 span { border-color: rgb(167,41,93); }

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