Html Css Color HEX #A61B46 Lipstick

📋 copy color: '#A61B46'

red 166 ◦ green 27 ◦ blue 70

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

Shades of Lipstick #A61B46

Tints of Lipstick #A61B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.27%

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 63.12%
G = 10.27%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61B46 (or 0xA61B46) is known color: Lipstick. HEX triplet: A6, 1B and 46. RGB value is (166,27,70). Sum of RGB (Red+Green+Blue) = 166+27+70=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61B46 is #59E4B9. Grayscale: #494949. Windows color (decimal): -5891258 or 4594598. OLE color: 4594598.

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

Color convert

RGB 166 27 70 -
CMYK 0 0.84 0.58 0.35
HSL 341.44º 0.72% 0.38% -
HSV(B) 341.44º 0.84% 0.65% -
XYZ 17.22 9.33 6.69 -
YUV 73.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 166 27 70 0 0.84 0.58 0.35 341.44 0.72 0.38
Hex A6 1B 46 0 54 3A 23 155 48 26
Octal 246 33 106 0 124 72 43 525 110 46
Binary 10100110 11011 1000110 0 1010100 111010 100011 101010101 1001000 100110

Color Harmonies of #A61B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B46

Black with #A61B46

Text Example


Text Example

White with #A61B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B46; }

 p { color: rgb(166,27,70); }

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

background-color css

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

 a { background-color: rgb(166,27,70); }

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

border-color css

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

 span { border-color: rgb(166,27,70); }

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