Html Css Color HEX #A72A4B Lipstick

📋 copy color: '#A72A4B'

red 167 ◦ green 42 ◦ blue 75

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

Shades of Lipstick #A72A4B

Tints of Lipstick #A72A4B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 58.8%
G = 14.79%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A72A4B (or 0xA72A4B) is known color: Lipstick. HEX triplet: A7, 2A and 4B. RGB value is (167,42,75). Sum of RGB (Red+Green+Blue) = 167+42+75=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A4B is #58D5B4. Grayscale: #535353. Windows color (decimal): -5821877 or 4926119. OLE color: 4926119.

HSL color Cylindrical-coordinate representation of color #A72A4B: hue angle of 344.16º degrees, saturation: 0.6, 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 #A72A4B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 75 -
CMYK 0 0.75 0.55 0.35
HSL 344.16º 0.6% 0.41% -
HSV(B) 344.16º 0.75% 0.65% -
XYZ 18.03 10.38 7.71 -
YUV 83.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 167 42 75 0 0.75 0.55 0.35 344.16 0.6 0.41
Hex A7 2A 4B 0 4B 37 23 158 3C 29
Octal 247 52 113 0 113 67 43 530 74 51
Binary 10100111 101010 1001011 0 1001011 110111 100011 101011000 111100 101001

Color Harmonies of #A72A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A4B

Black with #A72A4B

Text Example


Text Example

White with #A72A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A4B; }

 p { color: rgb(167,42,75); }

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

background-color css

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

 a { background-color: rgb(167,42,75); }

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

border-color css

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

 span { border-color: rgb(167,42,75); }

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