Html Css Color HEX #A61C4F Lipstick

📋 copy color: '#A61C4F'

red 166 ◦ green 28 ◦ blue 79

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

Shades of Lipstick #A61C4F

Tints of Lipstick #A61C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 60.81%
G = 10.26%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A61C4F (or 0xA61C4F) is known color: Lipstick. HEX triplet: A6, 1C and 4F. RGB value is (166,28,79). Sum of RGB (Red+Green+Blue) = 166+28+79=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C4F is #59E3B0. Grayscale: #4B4B4B. Windows color (decimal): -5890993 or 5184678. OLE color: 5184678.

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

Color convert

RGB 166 28 79 -
CMYK 0 0.83 0.52 0.35
HSL 337.83º 0.71% 0.38% -
HSV(B) 337.83º 0.83% 0.65% -
XYZ 17.55 9.5 8.31 -
YUV 75.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 166 28 79 0 0.83 0.52 0.35 337.83 0.71 0.38
Hex A6 1C 4F 0 53 34 23 152 47 26
Octal 246 34 117 0 123 64 43 522 107 46
Binary 10100110 11100 1001111 0 1010011 110100 100011 101010010 1000111 100110

Color Harmonies of #A61C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C4F

Black with #A61C4F

Text Example


Text Example

White with #A61C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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