Html Css Color HEX #A31646 Lipstick

📋 copy color: '#A31646'

red 163 ◦ green 22 ◦ blue 70

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

Shades of Lipstick #A31646

Tints of Lipstick #A31646

RGB

 RED value IS 163 (64.06% from 255) = 63.92%

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 63.92%
G = 8.63%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A31646 (or 0xA31646) is known color: Lipstick. HEX triplet: A3, 16 and 46. RGB value is (163,22,70). Sum of RGB (Red+Green+Blue) = 163+22+70=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A31646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31646 is #5CE9B9. Grayscale: #454545. Windows color (decimal): -6089146 or 4593315. OLE color: 4593315.

HSL color Cylindrical-coordinate representation of color #A31646: hue angle of 339.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31646 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 70 -
CMYK 0 0.87 0.57 0.36
HSL 339.57º 0.76% 0.36% -
HSV(B) 339.57º 0.87% 0.64% -
XYZ 16.5 8.8 6.62 -
YUV 69.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 163 22 70 0 0.87 0.57 0.36 339.57 0.76 0.36
Hex A3 16 46 0 57 39 24 154 4C 24
Octal 243 26 106 0 127 71 44 524 114 44
Binary 10100011 10110 1000110 0 1010111 111001 100100 101010100 1001100 100100

Color Harmonies of #A31646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31646

Black with #A31646

Text Example


Text Example

White with #A31646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31646; }

 p { color: rgb(163,22,70); }

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

background-color css

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

 a { background-color: rgb(163,22,70); }

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

border-color css

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

 span { border-color: rgb(163,22,70); }

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