Html Css Color HEX #A61948 Lipstick

📋 copy color: '#A61948'

red 166 ◦ green 25 ◦ blue 72

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

Shades of Lipstick #A61948

Tints of Lipstick #A61948

RGB

 RED value IS 166 (65.23% from 255) = 63.12%

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

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

R = 63.12%
G = 9.51%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A61948 (or 0xA61948) is known color: Lipstick. HEX triplet: A6, 19 and 48. RGB value is (166,25,72). Sum of RGB (Red+Green+Blue) = 166+25+72=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A61948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61948 is #59E6B7. Grayscale: #484848. Windows color (decimal): -5891768 or 4725158. OLE color: 4725158.

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

Color convert

RGB 166 25 72 -
CMYK 0 0.85 0.57 0.35
HSL 340º 0.74% 0.37% -
HSV(B) 340º 0.85% 0.65% -
XYZ 17.24 9.27 7.01 -
YUV 72.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 166 25 72 0 0.85 0.57 0.35 340 0.74 0.37
Hex A6 19 48 0 55 39 23 154 4A 25
Octal 246 31 110 0 125 71 43 524 112 45
Binary 10100110 11001 1001000 0 1010101 111001 100011 101010100 1001010 100101

Color Harmonies of #A61948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61948

Black with #A61948

Text Example


Text Example

White with #A61948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61948; }

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

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

background-color css

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

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

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

border-color css

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

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

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