Html Css Color HEX #A72248 Lipstick

📋 copy color: '#A72248'

red 167 ◦ green 34 ◦ blue 72

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

Shades of Lipstick #A72248

Tints of Lipstick #A72248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 61.17%
G = 12.45%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A72248 (or 0xA72248) is known color: Lipstick. HEX triplet: A7, 22 and 48. RGB value is (167,34,72). Sum of RGB (Red+Green+Blue) = 167+34+72=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A72248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72248 is #58DDB7. Grayscale: #4E4E4E. Windows color (decimal): -5823928 or 4727463. OLE color: 4727463.

HSL color Cylindrical-coordinate representation of color #A72248: hue angle of 342.86º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72248 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 34 72 -
CMYK 0 0.80 0.57 0.35
HSL 342.86º 0.66% 0.39% -
HSV(B) 342.86º 0.8% 0.65% -
XYZ 17.68 9.83 7.1 -
YUV 78.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 167 34 72 0 0.80 0.57 0.35 342.86 0.66 0.39
Hex A7 22 48 0 50 39 23 157 42 27
Octal 247 42 110 0 120 71 43 527 102 47
Binary 10100111 100010 1001000 0 1010000 111001 100011 101010111 1000010 100111

Color Harmonies of #A72248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72248

Black with #A72248

Text Example


Text Example

White with #A72248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72248; }

 p { color: rgb(167,34,72); }

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

background-color css

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

 a { background-color: rgb(167,34,72); }

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

border-color css

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

 span { border-color: rgb(167,34,72); }

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