Html Css Color HEX #A81948 Lipstick

📋 copy color: '#A81948'

red 168 ◦ green 25 ◦ blue 72

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

Shades of Lipstick #A81948

Tints of Lipstick #A81948

RGB

 RED value IS 168 (66.02% from 255) = 63.4%

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 63.4%
G = 9.43%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A81948 (or 0xA81948) is known color: Lipstick. HEX triplet: A8, 19 and 48. RGB value is (168,25,72). Sum of RGB (Red+Green+Blue) = 168+25+72=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A81948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81948 is #57E6B7. Grayscale: #494949. Windows color (decimal): -5760696 or 4725160. OLE color: 4725160.

HSL color Cylindrical-coordinate representation of color #A81948: hue angle of 340.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81948 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 72 -
CMYK 0 0.85 0.57 0.34
HSL 340.28º 0.74% 0.38% -
HSV(B) 340.28º 0.85% 0.66% -
XYZ 17.67 9.49 7.03 -
YUV 73.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 168 25 72 0 0.85 0.57 0.34 340.28 0.74 0.38
Hex A8 19 48 0 55 39 22 154 4A 26
Octal 250 31 110 0 125 71 42 524 112 46
Binary 10101000 11001 1001000 0 1010101 111001 100010 101010100 1001010 100110

Color Harmonies of #A81948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81948

Black with #A81948

Text Example


Text Example

White with #A81948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81948; }

 p { color: rgb(168,25,72); }

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

background-color css

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

 a { background-color: rgb(168,25,72); }

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

border-color css

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

 span { border-color: rgb(168,25,72); }

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