Html Css Color HEX #A61F4F Lipstick

📋 copy color: '#A61F4F'

red 166 ◦ green 31 ◦ blue 79

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

Shades of Lipstick #A61F4F

Tints of Lipstick #A61F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 60.14%
G = 11.23%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A61F4F (or 0xA61F4F) is known color: Lipstick. HEX triplet: A6, 1F and 4F. RGB value is (166,31,79). Sum of RGB (Red+Green+Blue) = 166+31+79=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F4F is #59E0B0. Grayscale: #4C4C4C. Windows color (decimal): -5890225 or 5185446. OLE color: 5185446.

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

Color convert

RGB 166 31 79 -
CMYK 0 0.81 0.52 0.35
HSL 338.67º 0.69% 0.39% -
HSV(B) 338.67º 0.81% 0.65% -
XYZ 17.63 9.65 8.33 -
YUV 76.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 166 31 79 0 0.81 0.52 0.35 338.67 0.69 0.39
Hex A6 1F 4F 0 51 34 23 153 45 27
Octal 246 37 117 0 121 64 43 523 105 47
Binary 10100110 11111 1001111 0 1010001 110100 100011 101010011 1000101 100111

Color Harmonies of #A61F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F4F

Black with #A61F4F

Text Example


Text Example

White with #A61F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F4F; }

 p { color: rgb(166,31,79); }

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

background-color css

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

 a { background-color: rgb(166,31,79); }

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

border-color css

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

 span { border-color: rgb(166,31,79); }

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