Html Css Color HEX #A72450 Lipstick

📋 copy color: '#A72450'

red 167 ◦ green 36 ◦ blue 80

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

Shades of Lipstick #A72450

Tints of Lipstick #A72450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 59.01%
G = 12.72%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A72450 (or 0xA72450) is known color: Lipstick. HEX triplet: A7, 24 and 50. RGB value is (167,36,80). Sum of RGB (Red+Green+Blue) = 167+36+80=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A72450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72450 is #58DBAF. Grayscale: #505050. Windows color (decimal): -5823408 or 5252263. OLE color: 5252263.

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

Color convert

RGB 167 36 80 -
CMYK 0 0.78 0.52 0.35
HSL 339.85º 0.65% 0.4% -
HSV(B) 339.85º 0.78% 0.65% -
XYZ 18.02 10.06 8.58 -
YUV 80.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 167 36 80 0 0.78 0.52 0.35 339.85 0.65 0.4
Hex A7 24 50 0 4E 34 23 154 41 28
Octal 247 44 120 0 116 64 43 524 101 50
Binary 10100111 100100 1010000 0 1001110 110100 100011 101010100 1000001 101000

Color Harmonies of #A72450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72450

Black with #A72450

Text Example


Text Example

White with #A72450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72450; }

 p { color: rgb(167,36,80); }

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

background-color css

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

 a { background-color: rgb(167,36,80); }

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

border-color css

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

 span { border-color: rgb(167,36,80); }

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