Html Css Color HEX #A61D56 Lipstick

📋 copy color: '#A61D56'

red 166 ◦ green 29 ◦ blue 86

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

Shades of Lipstick #A61D56

Tints of Lipstick #A61D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 59.07%
G = 10.32%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A61D56 (or 0xA61D56) is known color: Lipstick. HEX triplet: A6, 1D and 56. RGB value is (166,29,86). Sum of RGB (Red+Green+Blue) = 166+29+86=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D56 is #59E2A9. Grayscale: #4C4C4C. Windows color (decimal): -5890730 or 5643686. OLE color: 5643686.

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

Color convert

RGB 166 29 86 -
CMYK 0 0.83 0.48 0.35
HSL 335.04º 0.7% 0.38% -
HSV(B) 335.04º 0.83% 0.65% -
XYZ 17.84 9.66 9.73 -
YUV 76.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 166 29 86 0 0.83 0.48 0.35 335.04 0.7 0.38
Hex A6 1D 56 0 53 30 23 14F 46 26
Octal 246 35 126 0 123 60 43 517 106 46
Binary 10100110 11101 1010110 0 1010011 110000 100011 101001111 1000110 100110

Color Harmonies of #A61D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D56

Black with #A61D56

Text Example


Text Example

White with #A61D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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