Html Css Color HEX #A61D4F Lipstick

📋 copy color: '#A61D4F'

red 166 ◦ green 29 ◦ blue 79

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

Shades of Lipstick #A61D4F

Tints of Lipstick #A61D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

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

R = 60.58%
G = 10.58%
B = 28.83%

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

#A61D4F (or 0xA61D4F) is known color: Lipstick. HEX triplet: A6, 1D and 4F. RGB value is (166,29,79). Sum of RGB (Red+Green+Blue) = 166+29+79=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D4F is #59E2B0. Grayscale: #4B4B4B. Windows color (decimal): -5890737 or 5184934. OLE color: 5184934.

HSL color Cylindrical-coordinate representation of color #A61D4F: hue angle of 338.1º degrees, saturation: 0.7, 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 #A61D4F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 79 -
CMYK 0 0.83 0.52 0.35
HSL 338.1º 0.7% 0.38% -
HSV(B) 338.1º 0.83% 0.65% -
XYZ 17.58 9.55 8.31 -
YUV 75.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 166 29 79 0 0.83 0.52 0.35 338.1 0.7 0.38
Hex A6 1D 4F 0 53 34 23 152 46 26
Octal 246 35 117 0 123 64 43 522 106 46
Binary 10100110 11101 1001111 0 1010011 110100 100011 101010010 1000110 100110

Color Harmonies of #A61D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D4F

Black with #A61D4F

Text Example


Text Example

White with #A61D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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